From 3ee950d11722620a50e80533c4f7fafbc392b583 Mon Sep 17 00:00:00 2001 From: Jason Wen Date: Sat, 16 Nov 2024 18:10:56 -0500 Subject: [PATCH] no need available --- sunnypilot/mads/tests/test_state_machine.py | 1 - 1 file changed, 1 deletion(-) diff --git a/sunnypilot/mads/tests/test_state_machine.py b/sunnypilot/mads/tests/test_state_machine.py index 0c95dd3970..178859259e 100644 --- a/sunnypilot/mads/tests/test_state_machine.py +++ b/sunnypilot/mads/tests/test_state_machine.py @@ -29,7 +29,6 @@ class MockMADS: self.selfdrive = mocker.MagicMock() self.selfdrive.state_machine = mocker.MagicMock() self.selfdrive.active = False - self.available = True class TestMADSStateMachine: