Skip to content

Commit

Permalink
fix test output
Browse files Browse the repository at this point in the history
subtracting from 0 balance should result in noop and zero result
  • Loading branch information
gartnera committed Nov 5, 2024
1 parent 660d9a4 commit 38aff79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/evm/keeper/statedb_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ func (suite *KeeperTestSuite) TestSubBalance() {
"positive amount, below zero",
uint256.NewInt(100),
func(vm.StateDB) {},
false,
true,
},
{
"positive amount, above zero",
Expand Down

0 comments on commit 38aff79

Please sign in to comment.