Skip to content

Commit eda0e66

Browse files
syed-gilanibsipocz
authored andcommitted
fixed a failing test
1 parent cc11223 commit eda0e66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/mast/tests/test_mast.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ def test_missions_query_region_async(patch_post):
185185

186186

187187
def test_missions_query_object_async(patch_post):
188-
responses = mast.MissionsMAst.query_object_async("M101", radius="0.002 deg")
188+
responses = mast.MissionsMast.query_object_async("M101", radius="0.002 deg")
189189
assert isinstance(responses, MockResponse)
190190

191191

0 commit comments

Comments
 (0)