Add size-in-label checkbox to battery add form

This commit is contained in:
2026-04-18 11:12:37 -05:00
parent f64e14e713
commit 66062faac6
3 changed files with 37 additions and 14 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ def test_dashboard_loads(seeded_client):
def test_battery_add_get_renders(client):
resp = client.get("/battery/add")
assert resp.status_code == 200
assert b"brandCounts" in resp.data
assert b"prefixMaxNums" in resp.data
def test_battery_add_brand_counts_reflects_existing(seeded_client):