Skip to content

Commit

Permalink
lint: make lint-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitrisJim committed Jun 6, 2024
1 parent 3279d50 commit a5ea28d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions modules/apps/transfer/simulation/decoder_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,12 @@ import (

"github.com/cosmos/cosmos-sdk/types/kv"

internaltypes "github.com/cosmos/ibc-go/v8/modules/apps/transfer/internal/types"
"github.com/cosmos/ibc-go/v8/modules/apps/transfer/simulation"
"github.com/cosmos/ibc-go/v8/modules/apps/transfer/types"
)

func TestDecodeStore(t *testing.T) {
dec := simulation.NewDecodeStore()


denom := types.NewDenom("uatom", types.NewTrace("transfer", "channelToA"))

kvPairs := kv.Pairs{
Expand Down

0 comments on commit a5ea28d

Please sign in to comment.