Skip to content

Commit

Permalink
UnitTest.hs: gas forwarded should be gas, not balance
Browse files Browse the repository at this point in the history
  • Loading branch information
livnev committed Sep 4, 2019
1 parent 3e62bd5 commit 574ef40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hevm/src/EVM/UnitTest.hs
Expand Up @@ -124,7 +124,7 @@ initializeUnitTest UnitTestOptions { .. } = do
-- Initialize the test contract
Stepper.evm (popTrace >> pushTrace (EntryTrace "initialize test"))
Stepper.evm $
setupCall addr "setUp()" (testBalanceCall testParams)
setupCall addr "setUp()" (testGasCall testParams)

Stepper.note "Running `setUp()'"

Expand Down

0 comments on commit 574ef40

Please sign in to comment.