Skip to content

Commit 0a55f50

Browse files
rickynilssonbsipocz
authored andcommitted
Fix typo
1 parent 92ed446 commit 0a55f50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/nasa_exoplanet_archive/tests/test_nasa_exoplanet_archive.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ def mock_run_query(object_name="K2-18 b", table="pscomppars", select="pl_name,di
216216
return result
217217
nasa_exoplanet_archive.query_object = mock_run_query
218218
response = nasa_exoplanet_archive.query_object()
219-
assert 'pl_name' == 'K2-18 b'
219+
assert response['pl_name'] == 'K2-18 b'
220220
assert response['disc_year'] == 2015
221221
assert 'Transit' in response['discoverymethod']
222222
assert response['ra'] == [172.560141] * u.deg

0 commit comments

Comments
 (0)