Skip to content

Commit

Permalink
bug in test fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
arodionov53 committed Mar 20, 2024
1 parent 09bbc2b commit a25baad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/betree_search_tests.c
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ int test_search_ids_3()

struct report* report = make_report();
uint64_t ids[] = {1, 3};
size_t sz = 3;
size_t sz = 2;
mu_assert(betree_search_ids(tree, "{\"a\": 0, \"b\": 1}", report, ids, sz), "");
mu_assert(report->matched == 0, "goodEvent");

Expand Down

0 comments on commit a25baad

Please sign in to comment.