test(recipes): update v07124 catalog-count assertion 134->137 (v0.71.30)

This commit is contained in:
Alpamys 2026-07-05 17:09:20 +05:00
parent e003deb2b3
commit df5011cb7b
1 changed files with 3 additions and 3 deletions

View File

@ -264,13 +264,13 @@ class TestGlm5RepoIdFix:
# ---------------------------------------------------------------------------
# Catalog count — 116 -> 134
# Catalog count — 116 -> 134 (v0.71.30: -> 137)
# ---------------------------------------------------------------------------
class TestCatalogCount:
def test_total_recipe_count_is_134(self) -> None:
assert len(RECIPES) == 134
def test_total_recipe_count_is_137(self) -> None:
assert len(RECIPES) == 137
def test_list_recipes_matches_dict(self) -> None:
assert len(list_recipes()) == len(RECIPES)