AeroRust / nmea

NMEA 0183 - for communication between marine electronics such as echo sounder, sonars, anemometer, gyrocompass, autopilot, GNSS receivers and many other types of instruments. Defined and controlled by the National Marine Electronics Association (NMEA)
https://crates.io/crates/nmea
Other
57 stars 41 forks source link

fixed up the expected data for test_parse_all_logs based on new mappings #56

Closed gybrish closed 1 year ago

gybrish commented 1 year ago

fixes #55

running 3 tests
test test_parse_issue_2 ... ok
test test_parse_file_log ... ok
test test_parse_all_logs ... ok

test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.63s
elpiel commented 1 year ago

Thank you very much for your contribution. I'm not certain why the GH actions haven't triggered, but I've checked it locally and everything passes :+1:

Merging...