Skip to content

Commit

Permalink
Update version from v4 to v5 in migration
Browse files Browse the repository at this point in the history
  • Loading branch information
p-offtermatt committed May 1, 2024
1 parent 8a14a78 commit 940d60a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions x/ccv/provider/migrations/v5/migration_test.go
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
package vPSS
package v5

import (
"testing"

"github.com/stretchr/testify/require"

testutil "github.com/cosmos/interchain-security/v4/testutil/keeper"
testutil "github.com/cosmos/interchain-security/v5/testutil/keeper"
)

func TestMigrateParams(t *testing.T) {
Expand Down
4 changes: 2 additions & 2 deletions x/ccv/provider/migrations/v5/migrations.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package vPSS
package v5

import (
sdk "github.com/cosmos/cosmos-sdk/types"

providerkeeper "github.com/cosmos/interchain-security/v4/x/ccv/provider/keeper"
providerkeeper "github.com/cosmos/interchain-security/v5/x/ccv/provider/keeper"
)

// This migration only takes already registered chains into account.
Expand Down

0 comments on commit 940d60a

Please sign in to comment.