Skip to content

Commit b11305b

Browse files
Fix TLE string that was breaking Python 2 in CI
1 parent 8881e22 commit b11305b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

skyfield/tests/test_satellite_events.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def run_sat(name, line1, line2, number_events_expected):
131131
run_sat(
132132
'Starlink 172',
133133
'1 00172U 19029BR 21063.59692852 .00001103 00000-0 33518-4 0 9998',
134-
'2 00172 53.00000 36.7036 0003481 299.7327 99.3331 15.05527065 1779',
134+
'2 00172 53.0000 36.7036 0003481 299.7327 99.3331 15.05527065 1779',
135135
6,
136136
)
137137

0 commit comments

Comments
 (0)