Skip to content

Commit

Permalink
Fix CI problem with submit_and_finalize
Browse files Browse the repository at this point in the history
  • Loading branch information
ypatia committed Mar 29, 2024
1 parent 326314a commit 63c8497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/src/unit-capi-consolidation.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1950,7 +1950,7 @@ void ConsolidationFx::write_sparse_unordered() {
CHECK(rc == TILEDB_OK);

// Submit query
rc = tiledb_query_submit_and_finalize(ctx_, query);
rc = tiledb_query_submit(ctx_, query);
CHECK(rc == TILEDB_OK);

// Close array
Expand Down

0 comments on commit 63c8497

Please sign in to comment.