mirror of https://github.com/certusone/wasmd.git
Delete duplicate testdata from simulation
This commit is contained in:
parent
23c75b18b8
commit
eb392a4b34
|
@ -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.
Loading…
Reference in New Issue