Skip to content

Commit 9caaed5

Browse files
authored
Apply suggestion from @larsoner
1 parent 2ab7c02 commit 9caaed5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mne_bids/tests/test_tsv_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def test_to_tsv_without_filelock(monkeypatch, tmp_path):
8383
lock_path = tsv_path.parent / f"{tsv_path.name}.lock"
8484
refcount_path = tsv_path.parent / f"{tsv_path.name}.lock.refcount"
8585

86-
monkeypatch.setattr(_fileio, "_soft_import", lambda *args, **kwargs: None)
86+
monkeypatch.setattr(_fileio, "_soft_import", lambda *args, **kwargs: False)
8787

8888
_to_tsv(data, tsv_path)
8989

0 commit comments

Comments
 (0)