From d9f78d7ab0bb618eab89d3ab2d8440cd8d12a36c Mon Sep 17 00:00:00 2001 From: sneakers-the-rat Date: Mon, 11 Nov 2024 20:08:49 -0800 Subject: [PATCH] wake up CI --- tests/test_stream_daq.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_stream_daq.py b/tests/test_stream_daq.py index 62a57301..a1ca9fd5 100644 --- a/tests/test_stream_daq.py +++ b/tests/test_stream_daq.py @@ -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: