Skip to content

Commit

Permalink
Another fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
mellis13 committed Nov 1, 2024
1 parent 28b1f33 commit 05774c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/test_bytes.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def test_poll_bytes(mock_data, context):

client = Client(None, logger_name=context)

assert client.poll_bytes("python_bytes_poll", 0.1, 5) == False
assert client.poll_bytes("python_bytes_poll", 1, 5) == False

data = np.random.rand(2, 8, 4, 2, 30)
bytes = io.BytesIO(data.tobytes())
Expand Down

0 comments on commit 05774c8

Please sign in to comment.