Skip to content

Commit

Permalink
fix ci (#422)
Browse files Browse the repository at this point in the history
  • Loading branch information
shouc authored Jan 30, 2024
1 parent d564712 commit 657659f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def test_onchain(test):
env=my_env,
)

if b"Found violations!" in p.stdout:
if b"Found vulnerabilities" in p.stdout:
print(
f"=== Success: Tested onchain for contracts: {name}, Finished in {time.time() - start_time}s"
)
Expand Down

0 comments on commit 657659f

Please sign in to comment.