Skip to content

Commit

Permalink
test_gps: update test
Browse files Browse the repository at this point in the history
  • Loading branch information
tajgr committed Jun 19, 2024
1 parent a7a4008 commit ee57b13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions osgar/drivers/test_gps.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,14 @@ def test_parse_nmea(self):
"lon_dir": "E",
"lat": 50.1284644665,
"lat_dir": "N",
"utc_time": datetime.strptime("190615.40", "%H%M%S.%f").time(),
"utc_time": "190615.40",
"quality": 2,
"sats": 9,
"hdop": 1.9,
"alt": 290.1985,
"a-units": "M",
"a_units": "M",
"undulation": 45.0552,
"u-units": "M",
"u_units": "M",
"age": 1,
"stn_id": "0533"
}
Expand Down

0 comments on commit ee57b13

Please sign in to comment.