Skip to content

Commit dc94bb9

Browse files
committed
Add embedded nuls
1 parent 7179a13 commit dc94bb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tiledb/tests/test_fixes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ def test_sc56611(self):
358358
"array_data",
359359
[
360360
np.array([b"", b"testing", b"", b"with empty", b"bytes"], dtype="S"),
361-
np.array([b"and", b"", b"again"], dtype="S"),
361+
np.array([b"and", b"\0\0", b"again"], dtype="S"),
362362
np.array(
363363
[b"", b"and with", b"the last one", b"", b"emtpy", b""], dtype="S"
364364
),

0 commit comments

Comments
 (0)