Skip to content

Commit d2befba

Browse files
committed
Small test fix
1 parent 7ebbcf5 commit d2befba

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

astroquery/mast/tests/test_mast_remote.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -416,12 +416,6 @@ def test_mast_service_request(self):
416416
# Is result limited to ten rows
417417
assert len(result) == 10
418418

419-
# Are the GALEX observations in the results table
420-
assert "GALEX" in result['obs_collection']
421-
422-
# Are the two GALEX observations with obs_id 6374399093149532160 in the results table
423-
assert len(result[np.where(result["obs_id"] == "6374399093149532160")]) == 2
424-
425419
def test_mast_query(self):
426420
result = Mast.mast_query('Mast.Caom.Cone', ra=184.3, dec=54.5, radius=0.2)
427421

0 commit comments

Comments
 (0)