Skip to content

Commit

Permalink
fix warning expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
drammock committed Jan 17, 2025
1 parent adc5e4c commit 1b95465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mne_bids_pipeline/tests/test_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ def test_missing_sessions(
context = (
nullcontext()
if allow_missing_sessions
else pytest.raises(RuntimeError, match=r"Subject 1 is missing session \('b',\)")
else pytest.raises(RuntimeError, match=r"Subject 1 is missing session \['b'\]")
)
# run
command = [
Expand Down

0 comments on commit 1b95465

Please sign in to comment.