Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ytausch committed Apr 26, 2024
1 parent 021dcae commit 2e4ac1d
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 @@ -1674,7 +1674,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 2e4ac1d

Please sign in to comment.