mirror of https://github.com/certusone/wasmd.git
fixed test
This commit is contained in:
parent
b02943e31d
commit
0ba1e68ff0
|
@ -297,7 +297,7 @@ func TestExecute(t *testing.T) {
|
|||
|
||||
// make sure gas is properly deducted from ctx
|
||||
gasAfter := ctx.GasMeter().GasConsumed()
|
||||
require.Equal(t, uint64(0x7b38), gasAfter-gasBefore)
|
||||
require.Equal(t, uint64(0x7fa1), gasAfter-gasBefore)
|
||||
|
||||
// ensure bob now exists and got both payments released
|
||||
bobAcct = accKeeper.GetAccount(ctx, bob)
|
||||
|
|
Loading…
Reference in New Issue