Revert "test_models: update relay malfunction check" (#35002)

Revert "test_models: update relay malfunction check (#34999)"

This reverts commit 2cd0079abe.
This commit is contained in:
Shane Smiskol
2025-04-08 21:27:05 -07:00
committed by GitHub
parent dec42839e3
commit 5d1816e2b8
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -240,7 +240,6 @@ class TestCarModelBase(unittest.TestCase):
continue
to_send = libsafety_py.make_CANPacket(msg.address, msg.src % 4, msg.dat)
self.safety.safety_fwd_hook(msg.src, msg.address)
if self.safety.safety_rx_hook(to_send) != 1:
failed_addrs[hex(msg.address)] += 1