Skip to content

Commit bfc694c

Browse files
committed
remove unnecessary line
1 parent 287cce6 commit bfc694c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

astroquery/mast/tests/test_mast_remote.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,6 @@ def test_observations_filter_products(self):
419419
def test_observations_download_products(self, tmp_path):
420420
def check_filepath(path):
421421
assert os.path.isfile(path)
422-
os.remove(path)
423422

424423
test_obs_id = '25119363'
425424
result = Observations.download_products(test_obs_id,

0 commit comments

Comments
 (0)