Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ytausch committed Apr 5, 2024
1 parent 3331fcb commit fea25db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_lint_recipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit fea25db

Please sign in to comment.