Skip to content

Commit f15ac0f

Browse files
committed
correct the test (make it fail)
1 parent 1e0a96e commit f15ac0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mne_bids/tests/test_write.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3431,7 +3431,7 @@ def test_convert_eeg_formats(dir_name, fmt, fname, reader, tmp_path):
34313431
# load channels.tsv; the unit should be Volts
34323432
channels_fname = bids_output_path.copy().update(suffix="channels", extension=".tsv")
34333433
channels_tsv = _from_tsv(channels_fname)
3434-
assert channels_tsv["units"][0] == "V"
3434+
assert channels_tsv["units"][0] == "µV"
34353435

34363436
if fmt == "BrainVision":
34373437
assert Path(raw2.filenames[0]).suffix == ".eeg"

0 commit comments

Comments
 (0)