From df4e08a9a8933bb848a98f283eb7601a67b6bd7e Mon Sep 17 00:00:00 2001 From: Abdu Zoghbi Date: Mon, 25 Sep 2023 10:28:19 -0400 Subject: [PATCH] restore column name --- astroquery/heasarc/tests/test_heasarc_remote_isdc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astroquery/heasarc/tests/test_heasarc_remote_isdc.py b/astroquery/heasarc/tests/test_heasarc_remote_isdc.py index 0904c43974..d6afe2848a 100644 --- a/astroquery/heasarc/tests/test_heasarc_remote_isdc.py +++ b/astroquery/heasarc/tests/test_heasarc_remote_isdc.py @@ -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'