Skip to content

Commit bc6ef8f

Browse files
committed
Line length
1 parent ef60210 commit bc6ef8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mne_bids/tests/test_path.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1186,8 +1186,8 @@ def test_find_empty_room(return_bids_test_dir, tmp_path):
11861186
assert er_noise_task_path == recovered_er_bids_path
11871187
er_noise_task_path.fpath.unlink()
11881188

1189-
# When a split empty room file is present, the first split should be returned as the matching
1190-
# empty room file
1189+
# When a split empty room file is present, the first split should be returned as
1190+
# the matching empty room file
11911191
split_er_bids_path = er_noise_task_path.copy().update(split="01", extension=".fif")
11921192
split_er_bids_path.fpath.touch()
11931193
split_er_bids_path2 = split_er_bids_path.copy().update(

0 commit comments

Comments
 (0)