From dd4884df652900e16d50d0757c813bf435bea139 Mon Sep 17 00:00:00 2001 From: gferraro Date: Wed, 3 Jun 2026 16:19:21 +1200 Subject: [PATCH] update test --- internal/tc2-hat-attiny/battery_autodetect_test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/internal/tc2-hat-attiny/battery_autodetect_test.go b/internal/tc2-hat-attiny/battery_autodetect_test.go index 8219888..25e6a74 100644 --- a/internal/tc2-hat-attiny/battery_autodetect_test.go +++ b/internal/tc2-hat-attiny/battery_autodetect_test.go @@ -27,11 +27,11 @@ func TestSpecificVoltageDetection(t *testing.T) { description: "Integration test: overlapping range preference through BatteryMonitor", }, { - name: "6.6V should detect Li-Ion 2 cells", + name: "6.6V should detect LifePo 2 cells", voltage: 6.6, - expectedChemistry: "li-ion", + expectedChemistry: "lifepo4", expectedCells: 2, - description: "Integration test: Li-Ion detection through BatteryMonitor", + description: "Integration test: lifepo4 detection through BatteryMonitor", }, }