Skip to content

Commit 6749cc1

Browse files
Adrian Damianbsipocz
authored andcommitted
Bumped coverage
1 parent 88be2e9 commit 6749cc1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

astroquery/alma/tests/test_alma_remote.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ def fin():
5555
return my_temp_dir
5656

5757
def test_public(self, alma):
58-
assert alma.archive_url == 'https://almascience.eso.org'
5958
results = alma.query(payload=None, public=True, maxrec=100)
6059
assert len(results) == 100
6160
for row in results:

0 commit comments

Comments
 (0)