Skip to content

Commit

Permalink
v7 imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Reecepbcups committed Oct 16, 2023
1 parent ba2661b commit ef1878d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/ibc/interchain_accounts_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func TestInterchainAccounts(t *testing.T) {
},
})

chain1, chain2 := chains[0], chains[1]
chain1, chain2 := chains[0].(*cosmos.CosmosChain), chains[1].(*cosmos.CosmosChain)

// Build the network; spin up the chains and configure the relayer
const pathName = "test-path"
Expand Down
8 changes: 4 additions & 4 deletions interchain_builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ import (
codectypes "github.com/cosmos/cosmos-sdk/codec/types"
"github.com/cosmos/cosmos-sdk/types/module/testutil"
"github.com/docker/docker/client"
"github.com/strangelove-ventures/interchaintest/v8/chain/cosmos"
"github.com/strangelove-ventures/interchaintest/v8/ibc"
"github.com/strangelove-ventures/interchaintest/v8/relayer"
"github.com/strangelove-ventures/interchaintest/v8/testreporter"
"github.com/strangelove-ventures/interchaintest/v7/chain/cosmos"
"github.com/strangelove-ventures/interchaintest/v7/ibc"
"github.com/strangelove-ventures/interchaintest/v7/relayer"
"github.com/strangelove-ventures/interchaintest/v7/testreporter"
"github.com/stretchr/testify/require"
"go.uber.org/zap/zaptest"
)
Expand Down

0 comments on commit ef1878d

Please sign in to comment.