Skip to content

Commit 14f4a71

Browse files
committed
fix dumb
1 parent ad30c6a commit 14f4a71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mne_bids/tests/test_write.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3896,7 +3896,7 @@ def test_preload_errors(tmp_path):
38963896
)
38973897
def test_preload(_bids_validate, tmp_path, format, ch_type):
38983898
"""Test writing custom preloaded raw objects."""
3899-
if format == "emg":
3899+
if ch_type == "emg":
39003900
pytest.importorskip("mne", minversion="1.10.2", reason="BDF export")
39013901
bids_root = tmp_path / "bids"
39023902
bids_path = _bids_path.copy().update(root=bids_root)

0 commit comments

Comments
 (0)