Skip to content

Commit

Permalink
minor correction
Browse files Browse the repository at this point in the history
  • Loading branch information
keflavich committed Feb 28, 2019
1 parent c7f5c18 commit 1f1a9bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions astroquery/higal/tests/test_higal.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@ def patch_request(request):


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

0 comments on commit 1f1a9bd

Please sign in to comment.