Skip to content

Commit 7474f42

Browse files
committed
do list comparison
1 parent 009861f commit 7474f42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neo/test/rawiotest/test_openephysbinaryrawio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def test_separating_stream_for_non_neural_data(self):
8686
rawio.parse_header()
8787
# Check that the non-neural data stream is correctly separated
8888
assert len(rawio.header["signal_streams"]["name"]) == 2
89-
assert rawio.header["signal_streams"]["name"] == ["'Rhythm_FPGA-100.0", "'Rhythm_FPGA-100.0_ADC"]
89+
assert rawio.header["signal_streams"]["name"].tolist() == ["'Rhythm_FPGA-100.0", "'Rhythm_FPGA-100.0_ADC"]
9090

9191

9292

0 commit comments

Comments
 (0)