Skip to content

Commit

Permalink
test: add back omitted test
Browse files Browse the repository at this point in the history
  • Loading branch information
daejunpark committed Jul 16, 2024
1 parent bf6d849 commit 362494f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions tests/expected/all.json
Original file line number Diff line number Diff line change
Expand Up @@ -766,6 +766,17 @@
"num_bounded_loops": null
}
],
"test/Foundry.t.sol:DeepFailer": [
{
"name": "check_fail_cheatcode()",
"exitcode": 1,
"num_models": 1,
"models": null,
"num_paths": null,
"time": null,
"num_bounded_loops": null
}
],
"test/Foundry.t.sol:FoundryTest": [
{
"name": "check_assume(uint256)",
Expand Down
2 changes: 1 addition & 1 deletion tests/regression/test/Foundry.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ contract DeepFailer is Test {
}
}

function test_fail_cheatcode() public {
function check_fail_cheatcode() public {
DeepFailer(address(this)).do_test(0);
}
}
Expand Down

0 comments on commit 362494f

Please sign in to comment.