Skip to content

Commit 1f1a9bd

Browse files
committed
minor correction
1 parent c7f5c18 commit 1f1a9bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

astroquery/higal/tests/test_higal.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@ def patch_request(request):
6565

6666

6767
# finally test the methods using the mock HTTP response
68-
def test_query_object(patch_request):
69-
result = higal.core.HiGalClass().query_object('m1')
68+
def test_query_region(patch_request):
69+
result = higal.core.HiGalClass().query_region('m1')
7070
assert isinstance(result, Table)

0 commit comments

Comments
 (0)