We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a14e987 commit 33fbaa5Copy full SHA for 33fbaa5
astroquery/simbad/tests/test_simbad_remote.py
@@ -129,7 +129,7 @@ def test_query_objects_null(self):
129
# Special case of null test: zero-sized region
130
def test_query_region_null(self):
131
result = simbad.core.Simbad.query_region(
132
- coord.SkyCoord("00h00m0.0s 00h00m0.0s"), radius="0d",
+ coord.SkyCoord("00h01m0.0s 00h00m0.0s"), radius="0d",
133
equinox=2000.0, epoch='J2000')
134
assert result is None
135
0 commit comments