We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e62bd5 commit 574ef40Copy full SHA for 574ef40
src/hevm/src/EVM/UnitTest.hs
@@ -124,7 +124,7 @@ initializeUnitTest UnitTestOptions { .. } = do
124
-- Initialize the test contract
125
Stepper.evm (popTrace >> pushTrace (EntryTrace "initialize test"))
126
Stepper.evm $
127
- setupCall addr "setUp()" (testBalanceCall testParams)
+ setupCall addr "setUp()" (testGasCall testParams)
128
129
Stepper.note "Running `setUp()'"
130
0 commit comments