Skip to content

Commit f49080f

Browse files
Jorge Fernandez HernandezJorge Fernandez Hernandez
authored andcommitted
EUCLIDPCR-1863 New method to tests query_object
1 parent a7fe756 commit f49080f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

astroquery/esa/euclid/tests/test_sastap.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ def test_load_environments():
103103

104104

105105
def test_query_object(column_attrs, mock_querier):
106+
106107
coord = SkyCoord(ra=60.3372780005097, dec=-49.93184727724773, unit=(u.degree, u.degree), frame='icrs')
107108
table = mock_querier.query_object(coordinate=coord, width=u.Quantity(0.1, u.deg), height=u.Quantity(0.1, u.deg))
108109

0 commit comments

Comments
 (0)