Skip to content

Commit a5214b2

Browse files
committed
Close objects in remote test
1 parent df82920 commit a5214b2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

astroquery/mast/tests/test_mast_remote.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -464,6 +464,7 @@ def test_missions_workflow(self, tmp_path, mission, query_params):
464464
if mission == 'roman' and asdf is not None:
465465
assert isinstance(obj, asdf.AsdfFile)
466466
assert isinstance(obj, fits.HDUList)
467+
obj.close()
467468

468469
###################
469470
# MastClass tests #

0 commit comments

Comments
 (0)