File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3910,27 +3910,27 @@ Compiler run successful!
39103910Ran 1 test for test/PrankBug.t.sol:PrankTest
39113911[PASS] test_Increment() ([GAS])
39123912Traces:
3913- [137218 ] PrankTest::setUp()
3913+ [.. ] PrankTest::setUp()
39143914 ├─ [0] VM::startPrank(0x0000000000000000000000000000000000000123)
39153915 │ └─ ← [Return]
3916- ├─ [96345 ] → new Counter@0x6cdBd1b486b8FBD4140e8cd6daAED05bE13eD914
3916+ ├─ [.. ] → new Counter@0x6cdBd1b486b8FBD4140e8cd6daAED05bE13eD914
39173917 │ └─ ← [Return] 481 bytes of code
39183918 ├─ [0] VM::stopPrank()
39193919 │ └─ ← [Return]
39203920 └─ ← [Stop]
39213921
3922- [161909 ] PrankTest::test_Increment()
3922+ [.. ] PrankTest::test_Increment()
39233923 ├─ [0] VM::startPrank(0x0000000000000000000000000000000000000123)
39243924 │ └─ ← [Return]
3925- ├─ [96345 ] → new Counter@0xc4B957Cd61beB9b9afD76204b30683EDAaaB51Ec
3925+ ├─ [.. ] → new Counter@0xc4B957Cd61beB9b9afD76204b30683EDAaaB51Ec
39263926 │ └─ ← [Return] 481 bytes of code
39273927 ├─ [0] VM::stopPrank()
39283928 │ └─ ← [Return]
3929- ├─ [22418 ] Counter::increment()
3929+ ├─ [.. ] Counter::increment()
39303930 │ ├─ storage changes:
39313931 │ │ @ 0: 0 → 1
39323932 │ └─ ← [Stop]
3933- ├─ [424 ] Counter::number() [staticcall]
3933+ ├─ [.. ] Counter::number() [staticcall]
39343934 │ └─ ← [Return] 1
39353935 ├─ [0] VM::assertEq(1, 1) [staticcall]
39363936 │ └─ ← [Return]
You can’t perform that action at this time.
0 commit comments