Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
rm wasmtype
Browse files Browse the repository at this point in the history
  • Loading branch information
taryune committed Nov 15, 2023
1 parent 7d7e623 commit 8115902
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions app/simulation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import (
"time"

wasmkeeper "github.com/CosmWasm/wasmd/x/wasm/keeper"
wasmtypes "github.com/CosmWasm/wasmd/x/wasm/types"
dbm "github.com/cometbft/cometbft-db"
abci "github.com/cometbft/cometbft/abci/types"
"github.com/cometbft/cometbft/libs/log"
Expand Down Expand Up @@ -100,7 +99,6 @@ func BenchmarkSimulation(b *testing.B) {
app.DefaultNodeHome,
0,
app.MakeEncodingConfig(),
wasmtypes.EnableAllProposals,
appOptions,
wasmOpt,
baseapp.SetChainID(config.ChainID),
Expand Down Expand Up @@ -180,7 +178,6 @@ func TestAppStateDeterminism(t *testing.T) {
app.DefaultNodeHome,
simcli.FlagPeriodValue,
app.MakeEncodingConfig(),
wasmtypes.EnableAllProposals,
appOptions,
wasmOpt,
fauxMerkleModeOpt,
Expand Down Expand Up @@ -261,7 +258,6 @@ func TestAppImportExport(t *testing.T) {
app.DefaultNodeHome,
0,
app.MakeEncodingConfig(),
wasmtypes.EnableAllProposals,
appOptions,
wasmOpt,
baseapp.SetChainID(config.ChainID),
Expand Down Expand Up @@ -326,7 +322,6 @@ func TestAppImportExport(t *testing.T) {
app.DefaultNodeHome,
0,
app.MakeEncodingConfig(),
wasmtypes.EnableAllProposals,
appOptions,
wasmOpt,
baseapp.SetChainID(config.ChainID),
Expand Down Expand Up @@ -423,7 +418,6 @@ func TestAppSimulationAfterImport(t *testing.T) {
app.DefaultNodeHome,
0,
app.MakeEncodingConfig(),
wasmtypes.EnableAllProposals,
appOptions,
wasmOpt,
fauxMerkleModeOpt,
Expand Down Expand Up @@ -494,7 +488,6 @@ func TestAppSimulationAfterImport(t *testing.T) {
app.DefaultNodeHome,
0,
app.MakeEncodingConfig(),
wasmtypes.EnableAllProposals,
appOptions,
wasmOpt,
fauxMerkleModeOpt,
Expand Down

0 comments on commit 8115902

Please sign in to comment.