Skip to content

Commit f98dbc1

Browse files
committed
replace indentation
1 parent c05ce70 commit f98dbc1

File tree

1 file changed

+14
-16
lines changed

1 file changed

+14
-16
lines changed

astroquery/jplhorizons/tests/test_jplhorizons.py

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -257,22 +257,20 @@ def test_vectors_query_payload():
257257
epochs=2451544.5).vectors(
258258
get_query_payload=True)
259259
assert res == OrderedDict([
260-
('format', 'text'),
261-
('EPHEM_TYPE', 'VECTORS'),
262-
('OUT_UNITS', 'AU-D'),
263-
('COMMAND', '"Ceres"'),
264-
('CSV_FORMAT', '"YES"'),
265-
('REF_PLANE', 'ECLIPTIC'),
266-
('REF_SYSTEM', 'ICRF'),
267-
('TP_TYPE', 'ABSOLUTE'),
268-
('VEC_LABELS', 'YES'),
269-
('VEC_CORR', '"NONE"'),
270-
('VEC_DELTA_T', 'NO'),
271-
('OBJ_DATA', 'YES'),
272-
('CENTER', "'500@10'"),
273-
('TLIST', '2451544.5')
274-
])
275-
260+
('format', 'text'),
261+
('EPHEM_TYPE', 'VECTORS'),
262+
('OUT_UNITS', 'AU-D'),
263+
('COMMAND', '"Ceres"'),
264+
('CSV_FORMAT', '"YES"'),
265+
('REF_PLANE', 'ECLIPTIC'),
266+
('REF_SYSTEM', 'ICRF'),
267+
('TP_TYPE', 'ABSOLUTE'),
268+
('VEC_LABELS', 'YES'),
269+
('VEC_CORR', '"NONE"'),
270+
('VEC_DELTA_T', 'NO'),
271+
('OBJ_DATA', 'YES'),
272+
('CENTER', "'500@10'"),
273+
('TLIST', '2451544.5')])
276274

277275

278276
def test_no_H(patch_request):

0 commit comments

Comments
 (0)