From fea25db9bbe6e5f3afd54223f5356717b547987e Mon Sep 17 00:00:00 2001 From: Yannik Tausch Date: Tue, 2 Apr 2024 18:41:26 +0200 Subject: [PATCH] fix typo --- tests/test_lint_recipe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_lint_recipe.py b/tests/test_lint_recipe.py index 6e6a5abb2..fa6ed9635 100644 --- a/tests/test_lint_recipe.py +++ b/tests/test_lint_recipe.py @@ -1606,7 +1606,7 @@ def test_unicode(self): Tests that unicode does not confuse the linter. """ with tmp_directory() as recipe_dir: - with open(recipe_dir / "meta.yamL", "w", encoding="utf-8") as fh: + with open(recipe_dir / "meta.yaml", "w", encoding="utf-8") as fh: fh.write( """ package: