mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-11-01 10:43:25 -04:00
feat: Recipe Finder (aka Cocktail Builder) (#4542)
This commit is contained in:
@@ -634,7 +634,8 @@ def test_pagination_order_by_multiple(unique_user: TestUser, order_direction: Or
|
||||
|
||||
random.shuffle(abbreviations)
|
||||
random.shuffle(descriptions)
|
||||
assert abbreviations != descriptions
|
||||
while abbreviations == descriptions:
|
||||
random.shuffle(descriptions)
|
||||
|
||||
units_to_create: list[SaveIngredientUnit] = []
|
||||
for abbreviation in abbreviations:
|
||||
@@ -694,7 +695,8 @@ def test_pagination_order_by_multiple_directions(
|
||||
|
||||
random.shuffle(abbreviations)
|
||||
random.shuffle(descriptions)
|
||||
assert abbreviations != descriptions
|
||||
while abbreviations == descriptions:
|
||||
random.shuffle(descriptions)
|
||||
|
||||
units_to_create: list[SaveIngredientUnit] = []
|
||||
for abbreviation in abbreviations:
|
||||
|
||||
Reference in New Issue
Block a user