mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-06-26 16:12:06 +08:00
Qcom laikad: Update expected msgs (#28887)
Update expected msgs
old-commit-hash: 0a510f2edd
This commit is contained in:
@@ -179,7 +179,7 @@ class TestLaikad(unittest.TestCase):
|
||||
laikad = Laikad(auto_update=True, valid_ephem_types=EphemerisType.NAV, use_qcom=use_qcom)
|
||||
# Disable fetch_orbits to test NAV only
|
||||
correct_msgs = verify_messages(logs, laikad)
|
||||
correct_msgs_expected = 44 if use_qcom else 560
|
||||
correct_msgs_expected = 43 if use_qcom else 560
|
||||
valid_fix_expected = 43 if use_qcom else 560
|
||||
|
||||
self.assertEqual(correct_msgs_expected, len(correct_msgs))
|
||||
|
||||
Reference in New Issue
Block a user