Skip to content

Commit f241591

Browse files
committed
make dtype in test tsv to look more realistic
1 parent 99b7572 commit f241591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mne_bids/tests/test_path.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1028,7 +1028,7 @@ def test_filter_fnames(entities, expected_n_matches):
10281028
"sub-Foo_ses-bar_meg.fif",
10291029
"sub-Bar_task-invasive_run-1_ieeg.fif",
10301030
"sub-3_task-fun_proc-sss_meg.fif",
1031-
"sub-3_task-fun_proc-sss_meg_channels.fif",
1031+
"sub-3_task-fun_proc-sss_meg_channels.tsv",
10321032
"sub-4_task-pain_acq-lowres_T1w.nii.gz",
10331033
"sub-5_task-test_proc-ica_eeg.vhdr",
10341034
"sub-6_task-test_proc-ica_eeg.vhdr",

0 commit comments

Comments
 (0)