Skip to content

Commit

Permalink
Update test string
Browse files Browse the repository at this point in the history
  • Loading branch information
wtclarke committed Nov 8, 2024
1 parent dc085b5 commit 431add6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_nifti_mrs_vis.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def test_vis_error(tmp_path):
except ImportError:
with pytest.raises(
ImportError,
match="mrs_tools vis requires FSL-MRS tools to be installed. "
match="NIfTI-MRS visualisation requires FSL-MRS tools to be installed. "
"See fsl-mrs.com for installation instructions."):
import nifti_mrs.vis # noqa: F401
else:
Expand Down

0 comments on commit 431add6

Please sign in to comment.