Skip to content

Commit c889eaf

Browse files
committed
fix the next part of the test
1 parent 41e376b commit c889eaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/linelists/cdms/tests/test_cdms_remote.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def test_remote_regex():
122122
assert len(tbl) == 558
123123
assert set(tbl.keys()) == colname_set
124124

125-
assert set(tbl['name']) == {'H2CN', 'HC-13-N, v=0'}
125+
assert set(tbl['name']) == {'H2CN', 'HC-13-N, v=0', 'CO, v=0'}
126126

127127

128128
@pytest.mark.remote_data

0 commit comments

Comments
 (0)