Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions internal/tc2-hat-attiny/battery_autodetect_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
}

Expand Down
Loading