Skip to content

Commit

Permalink
test: fix unit test, check CI passes
Browse files Browse the repository at this point in the history
  • Loading branch information
zonca committed Dec 6, 2023
1 parent f80e859 commit ae249c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion header-only/tests/test_1494-layout-builder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1227,7 +1227,7 @@ test_Indexed() {

double data[3] = {3.3, 4.4, 5.5};

builder.extend_index(1);
builder.extend_index(3);
subbuilder.extend(data, 3);

// [1.1, 2.2, 3.3, 4.4, 5.5]
Expand Down

0 comments on commit ae249c6

Please sign in to comment.