fixed test

This commit is contained in:
Reuven Podmazo 2020-06-04 15:44:37 +03:00
parent b02943e31d
commit 0ba1e68ff0
No known key found for this signature in database
GPG Key ID: AA4D79AB8FDECF4F
1 changed files with 1 additions and 1 deletions

View File

@ -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)