We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df82920 commit a5214b2Copy full SHA for a5214b2
1 file changed
astroquery/mast/tests/test_mast_remote.py
@@ -464,6 +464,7 @@ def test_missions_workflow(self, tmp_path, mission, query_params):
464
if mission == 'roman' and asdf is not None:
465
assert isinstance(obj, asdf.AsdfFile)
466
assert isinstance(obj, fits.HDUList)
467
+ obj.close()
468
469
###################
470
# MastClass tests #
0 commit comments