feat: Add "sprig" as a unit. (#6934)

Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com>
This commit is contained in:
Fjodor42
2026-01-30 17:03:41 +01:00
committed by GitHub
parent 920eeb26d6
commit cb44ecf394
2 changed files with 8 additions and 2 deletions

View File

@@ -137,5 +137,11 @@
"plural_name": "pinches", "plural_name": "pinches",
"description": "", "description": "",
"abbreviation": "" "abbreviation": ""
},
"sprig": {
"name": "sprig",
"plural_name": "sprigs",
"description": "",
"abbreviation": ""
} }
} }

View File

@@ -28,7 +28,7 @@ def test_seed_foods(api_client: TestClient, unique_user: TestUser):
def test_seed_units(api_client: TestClient, unique_user: TestUser): def test_seed_units(api_client: TestClient, unique_user: TestUser):
CREATED_UNITS = 23 CREATED_UNITS = 24
database = unique_user.repos database = unique_user.repos
# Check that the foods was created # Check that the foods was created