Skip to content

Commit

Permalink
Merge pull request #504 from fuzzland/fix-offchain-test
Browse files Browse the repository at this point in the history
Fix offchain test
  • Loading branch information
jacob-chia committed Jun 5, 2024
2 parents 64a0b35 + 6e48429 commit 352eea9
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 @@ -229,7 +229,7 @@ def build_flash_loan_v2_fuzzer():
print("❌ Failed tests:")
for f in failed:
print(f[1])
# exit(1)
exit(1)

if "onchain" in actions:
build_flash_loan_v2_fuzzer()
Expand Down

0 comments on commit 352eea9

Please sign in to comment.