From 1b9546599d6fbd22b30bde70ec6a4f6f4c0d1b14 Mon Sep 17 00:00:00 2001 From: Daniel McCloy Date: Fri, 10 Jan 2025 16:00:39 -0600 Subject: [PATCH] fix warning expectation --- mne_bids_pipeline/tests/test_run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mne_bids_pipeline/tests/test_run.py b/mne_bids_pipeline/tests/test_run.py index 84e3e7d65..108b26ea4 100644 --- a/mne_bids_pipeline/tests/test_run.py +++ b/mne_bids_pipeline/tests/test_run.py @@ -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 = [