Skip to content

Commit e6d0dee

Browse files
committed
TST: warning
1 parent bed90d0 commit e6d0dee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mne/io/eyelink/tests/test_eyelink.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ def test_bino_to_mono(tmp_path, fname):
284284
out_file.write_text("\n".join(lines), encoding="utf-8")
285285

286286
with pytest.warns(
287-
RuntimeWarning, match="Acquisition changed between monocular and"
287+
RuntimeWarning, match="This recording switched between monocular and binocular"
288288
):
289289
raw = read_raw_eyelink(out_file)
290290
want_channels = [

0 commit comments

Comments
 (0)