Skip to content

Commit

Permalink
wake up CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sneakers-the-rat committed Nov 12, 2024
1 parent 90237f8 commit d9f78d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_stream_daq.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def test_csv_output(tmp_path, default_streamdaq, write_metadata, caplog):
# actually not sure what we should be looking for here, for now we just check for shape
# this should be the same as long as the test data stays the same,
# but it's a pretty weak test.
assert df.shape == (910, 12)
assert df.shape == (910, 12) #

# ensure there were no errors during capture
for record in caplog.records:
Expand Down

0 comments on commit d9f78d7

Please sign in to comment.