Skip to content

Commit

Permalink
Merge pull request #835 from CosmWasm/remove_duplicated_testdata
Browse files Browse the repository at this point in the history
Delete duplicate testdata from simulation
  • Loading branch information
ethanfrey authored May 4, 2022
2 parents f2c2a58 + eb392a4 commit fe347c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions x/wasm/simulation/operations.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package simulation

import (
_ "embed"
"io/ioutil"
"math/rand"

"github.com/cosmos/cosmos-sdk/baseapp"
Expand All @@ -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
Expand Down
Binary file removed x/wasm/simulation/testdata/reflect.wasm
Binary file not shown.

0 comments on commit fe347c6

Please sign in to comment.