Skip to content

Commit 1537980

Browse files
committed
fixed to specify explicitly the read_bytes mode
1 parent 58f8250 commit 1537980

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/test_plugins.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33

44

55
def test_rawdata_bytes():
6+
7+
plugins.use("read_bytes")
8+
69
hook = plugins.get_hook()
710

811
dtype = "|u1"

0 commit comments

Comments
 (0)