Skip to content

Commit c884f49

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 7658c01 commit c884f49

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mne_bids/tests/test_path.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1652,7 +1652,8 @@ def test_dont_create_dirs_on_fpath_access(tmp_path):
16521652

16531653
def test_fpath_common_prefix(tmp_path):
16541654
"""Tests that fpath does not match multiple files with the same prefix.
1655-
This might happen if indices are not zero-paddded."""
1655+
This might happen if indices are not zero-paddded.
1656+
"""
16561657
sub_dir = tmp_path / "sub-1" / "eeg"
16571658
sub_dir.mkdir(exist_ok=True, parents=True)
16581659
(sub_dir / "sub-1_run-1_raw.fif").touch()

0 commit comments

Comments
 (0)