Skip to content

Commit

Permalink
restore column name
Browse files Browse the repository at this point in the history
  • Loading branch information
zoghbi-a committed Sep 25, 2023
1 parent 8533c7d commit df4e08a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astroquery/heasarc/tests/test_heasarc_remote_isdc.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def test_mission_cols(self):
assert 'GOOD_ISGRI' in cols
assert 'RA_X' in cols
assert 'DEC_X' in cols
assert 'SEARCH_OFFSET_' in cols
assert '_SEARCH_OFFSET' in cols

def test_query_object_async(self):
mission = 'integral_rev3_scw'
Expand Down

0 comments on commit df4e08a

Please sign in to comment.