diff --git a/tests/test_wcs_utils.py b/tests/test_wcs_utils.py index e12d99371..d95f67c19 100644 --- a/tests/test_wcs_utils.py +++ b/tests/test_wcs_utils.py @@ -81,7 +81,7 @@ def test_make_fake_wcs_info(self): self.assertEqual(wcs_dict["CUNIT1A"], "PIXEL ") self.assertEqual(wcs_dict["CUNIT2A"], "PIXEL ") - # Test the we can convert to a WCS and extra predictions. + # Test that we can convert to a WCS and perform predictions. test_wcs = WCS(wcs_dict) # Center position should be at approximately (25.0, -10.0).