From 52e25ebe4e5e1786ce1310a35cb4e071987602d5 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Sat, 20 Jun 2026 16:08:24 -0700 Subject: [PATCH] we don't have this anymore --- selfdrive/pandad/tests/test_pandad_spi.py | 1 - 1 file changed, 1 deletion(-) diff --git a/selfdrive/pandad/tests/test_pandad_spi.py b/selfdrive/pandad/tests/test_pandad_spi.py index 69dfb67e93..50021d8998 100644 --- a/selfdrive/pandad/tests/test_pandad_spi.py +++ b/selfdrive/pandad/tests/test_pandad_spi.py @@ -80,7 +80,6 @@ class TestBoarddSpi: ps = m.peripheralState assert ps.pandaType == "tres" assert 4000 < ps.voltage < 14000 - assert 50 < ps.current < 1000 assert ps.fanSpeedRpm < 10000 time.sleep(0.5)