Skip to content

Commit

Permalink
chore: format files
Browse files Browse the repository at this point in the history
  • Loading branch information
RiccardoM committed Aug 15, 2023
1 parent cdf9d5d commit 119a0b4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion tests/wasm/any_resolver_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ import (
wasmvmtypes "github.com/CosmWasm/wasmvm/types"
"github.com/cosmos/cosmos-sdk/codec"
codectypes "github.com/cosmos/cosmos-sdk/codec/types"
"github.com/stretchr/testify/require"

"github.com/desmos-labs/desmos/v5/tests/wasm"
"github.com/desmos-labs/desmos/v5/testutil/ibctesting"
profilestypes "github.com/desmos-labs/desmos/v5/x/profiles/types"
wasmtypes "github.com/desmos-labs/desmos/v5/x/wasm/types"
"github.com/stretchr/testify/require"
)

func TestAnyResolverByProfile(t *testing.T) {
Expand Down
3 changes: 2 additions & 1 deletion tests/wasm/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ import (
abci "github.com/cometbft/cometbft/abci/types"
sdk "github.com/cosmos/cosmos-sdk/types"
ibctesting "github.com/cosmos/ibc-go/v7/testing"
chaintesting "github.com/desmos-labs/desmos/v5/testutil/ibctesting"
"github.com/stretchr/testify/require"

chaintesting "github.com/desmos-labs/desmos/v5/testutil/ibctesting"
)

type TestChain struct {
Expand Down
1 change: 1 addition & 0 deletions x/subspaces/legacy/v7/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import (
"github.com/cosmos/cosmos-sdk/store/prefix"
storetypes "github.com/cosmos/cosmos-sdk/store/types"
sdk "github.com/cosmos/cosmos-sdk/types"

"github.com/desmos-labs/desmos/v5/x/subspaces/types"
)

Expand Down
3 changes: 2 additions & 1 deletion x/wasm/types/interface_registry_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ import (
codectypes "github.com/cosmos/cosmos-sdk/codec/types"
sdk "github.com/cosmos/cosmos-sdk/types"
authtypes "github.com/cosmos/cosmos-sdk/x/auth/types"
"github.com/stretchr/testify/require"

"github.com/desmos-labs/desmos/v5/app"
"github.com/desmos-labs/desmos/v5/x/wasm/types"
"github.com/stretchr/testify/require"
)

func TestWasmInterfaceRegistry_Resolve(t *testing.T) {
Expand Down

0 comments on commit 119a0b4

Please sign in to comment.