Skip to content

Commit

Permalink
Fix test bug
Browse files Browse the repository at this point in the history
  • Loading branch information
wtclarke committed Oct 23, 2024
1 parent a10d004 commit 61a399b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_nifti_mrs.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def test_set_dim_tag():

with pytest.raises(
NIFTIMRS_DimDoesntExist,
match="DIM_DYN doesn't exist in list of tags: ['DIM_COIL', None, None]"):
match="DIM_DYN doesn't exist in list of tags"):
singleton.set_dim_tag("DIM_DYN", None)

with pytest.raises(
Expand Down

0 comments on commit 61a399b

Please sign in to comment.