From 431add6813ba8cfea52bac0feb582fe681edc82c Mon Sep 17 00:00:00 2001 From: wtclarke Date: Fri, 8 Nov 2024 16:31:57 +0000 Subject: [PATCH] Update test string --- tests/test_nifti_mrs_vis.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_nifti_mrs_vis.py b/tests/test_nifti_mrs_vis.py index d8df47d..6ce0d8d 100644 --- a/tests/test_nifti_mrs_vis.py +++ b/tests/test_nifti_mrs_vis.py @@ -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: