Skip to content

Commit

Permalink
Rename import
Browse files Browse the repository at this point in the history
  • Loading branch information
bznein committed Jul 9, 2024
1 parent 1e5ad7c commit 148181d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/tests/transfer/forwarding_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"time"

"github.com/strangelove-ventures/interchaintest/v8/ibc"
test "github.com/strangelove-ventures/interchaintest/v8/testutil"
"github.com/strangelove-ventures/interchaintest/v8/testutil"
testifysuite "github.com/stretchr/testify/suite"

"github.com/cosmos/ibc-go/e2e/testsuite"
Expand Down Expand Up @@ -154,7 +154,7 @@ func (s *TransferForwardingTestSuite) TestChannelUpgradeForwarding_Succeeds() {
s.InitiateChannelUpgrade(ctx, chainB, chainBWallet, channelBtoC.PortID, channelBtoC.ChannelID, upgradeFields)
})

s.Require().NoError(test.WaitForBlocks(ctx, 10, chainA, chainB), "failed to wait for blocks")
s.Require().NoError(testutil.WaitForBlocks(ctx, 10, chainA, chainB), "failed to wait for blocks")

t.Run("verify channel A upgraded and transfer version is ics20-2", func(t *testing.T) {
channel, err := query.Channel(ctx, chainA, channelAtoB.PortID, channelAtoB.ChannelID)
Expand Down

0 comments on commit 148181d

Please sign in to comment.