Skip to content

Commit ff7584e

Browse files
committed
Need mocked astroquery.
1 parent a61109c commit ff7584e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sbpy/data/tests/test_ephem.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ def test_radec_format(self, patch_request):
272272
assert row[2] == "22:39:45.78"
273273
assert row[3] == "-85:45:59.3"
274274

275-
def test_start_stop_order(self):
275+
def test_start_stop_order(self, patch_request):
276276
with pytest.raises(ValueError):
277277
cli = EphemerisCLI(
278278
[

0 commit comments

Comments
 (0)