Skip to content

Commit

Permalink
updated test. natcap#375
Browse files Browse the repository at this point in the history
  • Loading branch information
davemfish committed Mar 4, 2024
1 parent e2bee91 commit 1fc688a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_geoprocessing.py
Expand Up @@ -4855,7 +4855,7 @@ def test_get_gis_type(self):
with self.assertRaises(ValueError) as cm:
pygeoprocessing.get_gis_type('totally_fake_file')
actual_message = str(cm.exception)
self.assertTrue('does not exist' in actual_message, actual_message)
self.assertTrue('Could not open' in actual_message, actual_message)

def test_get_raster_info_type(self):
"""PGP: test get_raster_info's type."""
Expand Down

0 comments on commit 1fc688a

Please sign in to comment.