Skip to content

Commit 3b6adf9

Browse files
keflavichbsipocz
authored andcommitted
add another test to increase coverage slightly
1 parent 5803174 commit 3b6adf9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

astroquery/splatalogue/tests/test_splatalogue.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ def test_simple(patch_post):
1414
chemical_name=' CO ')
1515

1616

17+
def test_backward_freqs(patch_post):
18+
""" check that reversed frequencies still work """
19+
splatalogue.Splatalogue.query_lines(min_frequency=116 * u.GHz,
20+
max_frequency=114 * u.GHz,
21+
chemical_name=' CO ')
22+
23+
1724
@pytest.mark.remote_data
1825
def test_init_remote():
1926
x = splatalogue.Splatalogue.query_lines(min_frequency=114 * u.GHz,

0 commit comments

Comments
 (0)