Skip to content

Commit ebe1956

Browse files
committed
FIX: flakes
1 parent 8f1b59b commit ebe1956

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

eyelinkio/tests/test_edf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ def test_to_mne():
167167
raise ValueError(f"Unexpected file: {fname}")
168168

169169
def test_edfapi_not_installed():
170+
"""Test that an error is raised if SR Research's edfapi is not installed."""
170171
with patch("eyelinkio.edf.read.has_edfapi", False):
171172
with pytest.raises(OSError, match="Could not load EDF api"):
172-
read_edf(fnames[0])
173+
read_edf(fnames[0])

0 commit comments

Comments
 (0)