mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-01-30 20:43:12 -05:00
feat: Add "sprig" as a unit. (#6934)
Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com>
This commit is contained in:
@@ -137,5 +137,11 @@
|
|||||||
"plural_name": "pinches",
|
"plural_name": "pinches",
|
||||||
"description": "",
|
"description": "",
|
||||||
"abbreviation": ""
|
"abbreviation": ""
|
||||||
|
},
|
||||||
|
"sprig": {
|
||||||
|
"name": "sprig",
|
||||||
|
"plural_name": "sprigs",
|
||||||
|
"description": "",
|
||||||
|
"abbreviation": ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user