Skip to content

Commit 4e9bcaa

Browse files
author
Sergey Koposov
committed
fix the last forgotten test
1 parent 3f6d98e commit 4e9bcaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/simbad/tests/test_simbad.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def post_mockreturn(url, data, timeout, **kwargs):
7070

7171
@pytest.mark.parametrize(('radius', 'expected_radius'),
7272
[('5d0m0s', '5.0d'),
73-
('5d', '5d'),
73+
('5d', '5.0d'),
7474
('5.0d', '5.0d'),
7575
(5 * u.deg, '5.0d'),
7676
(5.0 * u.deg, '5.0d'),

0 commit comments

Comments
 (0)