Skip to content

Commit 70f179e

Browse files
Update pylossless/tests/test_bids.py
Co-authored-by: Scott Huberty <[email protected]>
1 parent 79f7cc3 commit 70f179e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pylossless/tests/test_bids.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66

77
@pytest.mark.filterwarnings("ignore:Converting data files to EDF format")
8-
def test_find_breaks():
8+
def test_find_breaks(tmp_path):
99
"""Make sure MNE's annotate_break function can run."""
1010
def edf_import_fct(path_in):
1111
# read in a file

0 commit comments

Comments
 (0)