Skip to content

Commit

Permalink
test: add expected output for new test (a16z#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
daejunpark authored and fubuloubu committed Apr 11, 2024
1 parent 02a8476 commit 8063b22
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tests/expected/simple.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
{
"exitcode": 1,
"test_results": {
"test/BadElections.t.sol:BadElectionsTest": [
{
"name": "check_canNotVoteTwice(uint256)",
"exitcode": 1,
"num_models": 1,
"models": null,
"num_paths": null,
"time": null,
"num_bounded_loops": null
}
],
"test/Fork.t.sol:CounterForkTest": [
{
"name": "check_invariant(address)",
Expand Down

0 comments on commit 8063b22

Please sign in to comment.