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 0ac3691 commit a14e987Copy full SHA for a14e987
astroquery/simbad/tests/test_simbad_remote.py
@@ -136,7 +136,7 @@ def test_query_region_null(self):
136
# Special case of null test: very small region
137
def test_query_small_region_null(self):
138
result = simbad.core.Simbad.query_region(
139
- coord.SkyCoord("00h00m0.0s 00h00m0.0s"), radius=1.0 * u.marcsec,
+ coord.SkyCoord("00h01m0.0s 00h00m0.0s"), radius=1.0 * u.marcsec,
140
equinox=2000.0, epoch='J2000')
141
assert result is None
142
0 commit comments