fixed test
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user