Skip to content

Commit 574ef40

Browse files
committed
UnitTest.hs: gas forwarded should be gas, not balance
1 parent 3e62bd5 commit 574ef40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hevm/src/EVM/UnitTest.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ initializeUnitTest UnitTestOptions { .. } = do
124124
-- Initialize the test contract
125125
Stepper.evm (popTrace >> pushTrace (EntryTrace "initialize test"))
126126
Stepper.evm $
127-
setupCall addr "setUp()" (testBalanceCall testParams)
127+
setupCall addr "setUp()" (testGasCall testParams)
128128

129129
Stepper.note "Running `setUp()'"
130130

0 commit comments

Comments
 (0)