Skip to content

Commit 2172bee

Browse files
committed
change another test parameter
1 parent 42dc459 commit 2172bee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/alma/tests/test_alma_remote.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ def test_cycle1(self, temp_dir):
172172
# A 2-row table may not be OK any more, but that's what it used to
173173
# be...
174174
assert len(uid_url_table_asdm) == 1
175-
assert len(uid_url_table_mous) == 2
175+
assert len(uid_url_table_mous) >= 2 # now is len=3 (Nov 17, 2016)
176176

177177
# URL should look like:
178178
# 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

Comments
 (0)