Skip to content

Commit 0b1f997

Browse files
committed
fix test that I broke
1 parent 8903a2f commit 0b1f997

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mne_bids/tests/test_read.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@ def test_handle_events_reading(tmp_path, with_extras):
635635
match=re.escape(
636636
"The version of MNE-Python you are using (<1.10) "
637637
"does not support the extras argument in mne.Annotations. "
638-
"The extra column(s) [np.str_('foo')] will be ignored."
638+
"The extra column(s) ['foo'] will be ignored."
639639
),
640640
)
641641
if with_extras and not check_version("mne", "1.10")

0 commit comments

Comments
 (0)