We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7f5c18 commit 1f1a9bdCopy full SHA for 1f1a9bd
astroquery/higal/tests/test_higal.py
@@ -65,6 +65,6 @@ def patch_request(request):
65
66
67
# finally test the methods using the mock HTTP response
68
-def test_query_object(patch_request):
69
- result = higal.core.HiGalClass().query_object('m1')
+def test_query_region(patch_request):
+ result = higal.core.HiGalClass().query_region('m1')
70
assert isinstance(result, Table)
0 commit comments