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 42dc459 commit 2172beeCopy full SHA for 2172bee
astroquery/alma/tests/test_alma_remote.py
@@ -172,7 +172,7 @@ def test_cycle1(self, temp_dir):
172
# A 2-row table may not be OK any more, but that's what it used to
173
# be...
174
assert len(uid_url_table_asdm) == 1
175
- assert len(uid_url_table_mous) == 2
+ assert len(uid_url_table_mous) >= 2 # now is len=3 (Nov 17, 2016)
176
177
# URL should look like:
178
# https://almascience.eso.org/dataPortal/requests/anonymous/944120962/ALMA/2012.1.00912.S_uid___A002_X5a9a13_X528_001_of_001.tar/2012.1.00912.S_uid___A002_X5a9a13_X528_001_of_001.tar
0 commit comments