Skip to content

Commit

Permalink
Modify test
Browse files Browse the repository at this point in the history
  • Loading branch information
kounelisagis committed Feb 20, 2025
1 parent d61020d commit 087d7be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tiledb/tests/test_libtiledb.py
Original file line number Diff line number Diff line change
Expand Up @@ -2285,6 +2285,7 @@ def test_sparse_mixed_domain_uint_float64(self, fx_sparse_cell_order):
([b"aa", b"bbb", b"c", b"dddd"], [b"aa", b"dddd"], False),
([b""], [b"", b""], True),
([b"", b"", b"", b""], [b"", b""], True),
([b"\x81", b"\x82", b"\x83", b"\x84"], [b"\x81", b"\x84"], False),
],
)
def test_sparse_string_domain(
Expand Down

0 comments on commit 087d7be

Please sign in to comment.