Skip to content

Commit

Permalink
BUG: updated SSJ failure test
Browse files Browse the repository at this point in the history
Updated the failure message for the DMSP SSJ function.
  • Loading branch information
aburrell committed Jun 20, 2024
1 parent cda15e7 commit 05ae73b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocbpy/tests/test_dmsp_ssj_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,6 @@ def test_import_failure(self):
""" Test ssj_auroral_boundary import failure"""

with self.assertRaisesRegex(ImportError,
'unable to load the DMSP SSJ module'):
'unable to load `zenodo_get` module'):
from ocbpy.boundaries import dmsp_ssj_files # NOQA F401
return

0 comments on commit 05ae73b

Please sign in to comment.