Skip to content

Commit 6835512

Browse files
author
Maximilien Chaumon
committed
style: fix docstring
1 parent 0eccbb8 commit 6835512

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

mne_bids/tests/test_path.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1239,8 +1239,9 @@ def test_find_matching_paths(return_bids_test_dir):
12391239

12401240

12411241
def test_return_root_paths_entity_aware(tmp_path):
1242-
"""Test that `_return_root_paths` respects `entities['subject']` and
1243-
returns only paths under that subject when provided.
1242+
"""Test that `_return_root_paths` respects `entities['subject']`.
1243+
1244+
Returns only paths under that subject when provided.
12441245
12451246
This validates the entity-aware optimization added to reduce filesystem
12461247
scanning when the subject (and optionally session) is known.

0 commit comments

Comments
 (0)