Update gas price - saving source adds storage gas

This commit is contained in:
Ethan Frey 2020-01-20 10:15:19 +01:00
parent e895b262f9
commit 2007e70977
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ func TestInstantiate(t *testing.T) {
require.Equal(t, "cosmos18vd8fpwxzck93qlwghaj6arh4p7c5n89uzcee5", addr.String())
gasAfter := ctx.GasMeter().GasConsumed()
require.Equal(t, uint64(36698), gasAfter-gasBefore)
require.Equal(t, uint64(36923), gasAfter-gasBefore)
}
func TestInstantiateWithNonExistingCodeID(t *testing.T) {