Skip to content

Commit

Permalink
fix inaccurate tests
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Nov 21, 2024
1 parent 8b6efc0 commit 6c0a9db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_lint_recipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -2459,8 +2459,8 @@ def test_lint_duplicate_cfyml():
fh.write(
textwrap.dedent(
"""
blah: 1
blah: 2
channel_priority: flexible
channel_priority: strict
"""
)
)
Expand All @@ -2472,7 +2472,7 @@ def test_lint_duplicate_cfyml():
fh.write(
textwrap.dedent(
"""
blah: 1
channel_priority: flexible
"""
)
)
Expand Down

0 comments on commit 6c0a9db

Please sign in to comment.