Skip to content

Commit

Permalink
fix sumthin
Browse files Browse the repository at this point in the history
Signed-off-by: Shrenuj Bansal <shrenuj@dydx.exchange>
  • Loading branch information
shrenujb committed Nov 26, 2024
1 parent fd97642 commit e85ee64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protocol/app/upgrades/v8.0/upgrade_container_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (

"github.com/cosmos/gogoproto/proto"

v_7_1 "github.com/dydxprotocol/v4-chain/protocol/app/upgrades/v7.1"
v_8_0 "github.com/dydxprotocol/v4-chain/protocol/app/upgrades/v8.0"
clobtypes "github.com/dydxprotocol/v4-chain/protocol/x/clob/types"

perptypes "github.com/dydxprotocol/v4-chain/protocol/x/perpetuals/types"
Expand All @@ -28,7 +28,7 @@ func TestStateUpgrade(t *testing.T) {
preUpgradeSetups(node, t)
preUpgradeChecks(node, t)

err = containertest.UpgradeTestnet(nodeAddress, t, node, UpgradeName)
err = containertest.UpgradeTestnet(nodeAddress, t, node, v_8_0.UpgradeName)
require.NoError(t, err)

postUpgradeChecks(node, t)
Expand Down

0 comments on commit e85ee64

Please sign in to comment.