Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
kounelisagis committed Feb 12, 2025
1 parent 79ef21d commit c6dae04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tiledb/tests/test_current_domain.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ def test_current_domain_evolve(self):

@pytest.mark.skipif(
tiledb.libtiledb.version()[0] == 2 and tiledb.libtiledb.version()[1] < 27,
reason="Support for Current Domain on Dense Arrays was added in 2.27",
reason="Support for current domain on dense arrays was added in 2.27",
)
def test_take_current_domain_into_account_dense_indexing_sc61914(self):
uri = self.path("test_sc61914")
Expand Down

0 comments on commit c6dae04

Please sign in to comment.