Skip to content

Commit 13121dc

Browse files
committed
white line
1 parent 3229c70 commit 13121dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_blob.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,4 +149,4 @@ def test_insert_longblob():
149149
np.array(['ddddddd'], dtype='<U7'),
150150
np.array(['Stage 10'], dtype='<U8'))]],
151151
dtype=[('hits', 'O'), ('sides', 'O'), ('tasks', 'O'), ('stage', 'O')])}
152-
assert (schema.Longblob & 'id=1').fetch1() == data_32
152+
assert (schema.Longblob & 'id=1').fetch1() == data_32

0 commit comments

Comments
 (0)