Skip to content

Commit

Permalink
test: idk cant repro failure ugh
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Jul 8, 2024
1 parent aeb6d46 commit 7612a35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ def test_compile():
cmd_ls = ("ape", "compile", "subdir", "--force")
completed_process = subprocess.run(cmd_ls, capture_output=True)
output = completed_process.stdout.decode(encoding="utf8")
assert completed_process.returncode == 0
assert "SUCCESS" in output
assert "zero_four_in_subdir.vy" in output

0 comments on commit 7612a35

Please sign in to comment.