Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
zerosnacks committed Nov 1, 2024
1 parent 1c72f1e commit 7a0bb24
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions crates/forge/tests/cli/cmd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2732,7 +2732,7 @@ forgetest_init!(gas_report_include_tests, |prj, cmd| {
| src/Counter.sol:Counter contract | | | | | |
|----------------------------------|-----------------|-------|--------|-------|---------|
| Deployment Cost | Deployment Size | | | | |
| 106715 | 277 | | | | |
| 106703 | 277 | | | | |
| Function Name | min | avg | median | max | # calls |
| increment | 43404 | 43404 | 43404 | 43404 | 1 |
| number | 283 | 283 | 283 | 283 | 1 |
Expand All @@ -2744,7 +2744,7 @@ forgetest_init!(gas_report_include_tests, |prj, cmd| {
| Deployment Cost | Deployment Size | | | | |
| 965418 | 4661 | | | | |
| Function Name | min | avg | median | max | # calls |
| setUp | 168064 | 168064 | 168064 | 168064 | 1 |
| setUp | 168052 | 168052 | 168052 | 168052 | 1 |
| test_Increment | 52367 | 52367 | 52367 | 52367 | 1 |
...
Expand All @@ -2760,7 +2760,7 @@ forgetest_init!(gas_report_include_tests, |prj, cmd| {
{
"contract": "src/Counter.sol:Counter",
"deployment": {
"gas": 106715,
"gas": 106703,
"size": 277
},
"functions": {
Expand Down Expand Up @@ -2796,10 +2796,10 @@ forgetest_init!(gas_report_include_tests, |prj, cmd| {
"functions": {
"setUp()": {
"calls": 1,
"min": 168064,
"mean": 168064,
"median": 168064,
"max": 168064
"min": 168052,
"mean": 168052,
"median": 168052,
"max": 168052
},
"test_Increment()": {
"calls": 1,
Expand Down

0 comments on commit 7a0bb24

Please sign in to comment.