From df5011cb7b75c3b4d1f37942a8955d09a4b17cb5 Mon Sep 17 00:00:00 2001 From: Alpamys Date: Sun, 5 Jul 2026 17:09:20 +0500 Subject: [PATCH] test(recipes): update v07124 catalog-count assertion 134->137 (v0.71.30) --- tests/test_v07124.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/test_v07124.py b/tests/test_v07124.py index 7a53448..42c2961 100644 --- a/tests/test_v07124.py +++ b/tests/test_v07124.py @@ -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)