Skip to content

Commit d3b695d

Browse files
rickynilssonbsipocz
authored andcommitted
Add space for codestyle
1 parent d44a3f9 commit d3b695d

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
@@ -290,7 +290,7 @@ def mock_run_query(table="ps", select=["hostname", "pl_name"], where="hostname='
290290
assert where == "hostname='Kepler-11'"
291291
assert get_query_payload
292292
payload = PropertyMock()
293-
payload = {'table': 'ps', 'select': 'hostname,pl_name','where': "hostname='Kepler-11'", 'format': 'ipac'}
293+
payload = {'table': 'ps', 'select': 'hostname,pl_name', 'where': "hostname='Kepler-11'", 'format': 'ipac'}
294294
return payload
295295
nasa_exoplanet_archive.query_criteria = mock_run_query
296296
payload = nasa_exoplanet_archive.query_criteria()

0 commit comments

Comments
 (0)