Skip to content

Commit

Permalink
add test for patch strip level
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfv committed Apr 4, 2024
1 parent 7e28eb6 commit 8fb7b2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/end-to-end/test_simple.py
Original file line number Diff line number Diff line change
Expand Up @@ -648,5 +648,5 @@ def test_patch_strip_level(rattler_build: RattlerBuild, recipes: Path, tmp_path:
assert (pkg / "info/recipe/rendered_recipe.yaml").exists()

text = (pkg / "somefile").read_text()
print(text)

assert text == "123\n"

0 comments on commit 8fb7b2f

Please sign in to comment.