Skip to content

Commit

Permalink
silly fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sappelhoff committed Jul 28, 2024
1 parent fe92f7f commit 91d8489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mne_bids/tests/test_write.py
Original file line number Diff line number Diff line change
Expand Up @@ -3360,7 +3360,7 @@ def test_convert_eeg_formats(dir_name, fmt, fname, reader, tmp_path):
# test formatting to BrainVision, EDF, or auto (BrainVision)
if fmt in ["BrainVision", "auto"]:
if dir_name == "NihonKohden":
with pytest.warns(RuntimeWarning, match='Encountered data in "short" fmt'):
with pytest.warns(RuntimeWarning, match='Encountered data in "short"'):
bids_output_path = write_raw_bids(**kwargs)
elif dir_name == "CNT":
with pytest.warns(
Expand Down

0 comments on commit 91d8489

Please sign in to comment.