From 00dace19a9047d3b983a9c1915eb780c8242ce9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Harald=20Sch=C3=A4fer?= Date: Tue, 11 Jul 2023 08:52:09 -0700 Subject: [PATCH] Qcom laikad: Update expected msgs (#28887) Update expected msgs old-commit-hash: 0a510f2eddcdc589e062a6453541ddc9f94a10a2 --- selfdrive/locationd/test/test_laikad.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/locationd/test/test_laikad.py b/selfdrive/locationd/test/test_laikad.py index 149f25846..79be20a08 100755 --- a/selfdrive/locationd/test/test_laikad.py +++ b/selfdrive/locationd/test/test_laikad.py @@ -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))