Delete duplicate testdata from simulation
This commit is contained in:
@@ -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
|
||||
|
||||
BIN
x/wasm/simulation/testdata/reflect.wasm
vendored
BIN
x/wasm/simulation/testdata/reflect.wasm
vendored
Binary file not shown.
Reference in New Issue
Block a user