Skip to content

Commit 8274369

Browse files
committed
typo
1 parent 4689251 commit 8274369

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/upgrades/v27/upgrade_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"github.com/stretchr/testify/suite"
77

88
"github.com/CosmosContracts/juno/v27/app/apptesting"
9-
v26 "github.com/CosmosContracts/juno/v27/app/upgrades/v24"
9+
v27 "github.com/CosmosContracts/juno/v27/app/upgrades/v27"
1010
)
1111

1212
type UpgradeTestSuite struct {
@@ -27,7 +27,7 @@ func (s *UpgradeTestSuite) TestUpgrade() {
2727
preUpgradeChecks(s)
2828

2929
upgradeHeight := int64(5)
30-
s.ConfirmUpgradeSucceeded(v26.UpgradeName, upgradeHeight)
30+
s.ConfirmUpgradeSucceeded(v27.UpgradeName, upgradeHeight)
3131

3232
postUpgradeChecks(s)
3333
}

0 commit comments

Comments
 (0)