Delete duplicate testdata from simulation

This commit is contained in:
Pino' Surace 2022-05-03 16:00:45 +02:00
parent 23c75b18b8
commit eb392a4b34
2 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,7 @@
package simulation
import (
_ "embed"
"io/ioutil"
"math/rand"
"github.com/cosmos/cosmos-sdk/baseapp"
@ -15,8 +15,7 @@ import (
"github.com/CosmWasm/wasmd/x/wasm/types"
)
//go:embed testdata/reflect.wasm
var reflectContract []byte
var reflectContract, _ = ioutil.ReadFile("../keeper/testdata/reflect.wasm")
// Simulation operation weights constants
//nolint:gosec

Binary file not shown.