Skip to content

Commit

Permalink
code-review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl committed Sep 26, 2024
1 parent 1380e47 commit d66d775
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libtiledbsoma/test/unit_soma_sparse_ndarray.cc
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ TEST_CASE("SOMASparseNDArray: basic", "[SOMASparseNDArray]") {
soma_sparse->close();

soma_sparse->open(OpenMode::read);
REQUIRE(soma_sparse->has_current_domain());
soma_sparse->close();

soma_sparse->open(OpenMode::write);
Expand Down

0 comments on commit d66d775

Please sign in to comment.