File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import (
15
15
"github.com/ava-labs/avalanchego/ids"
16
16
"github.com/ava-labs/avalanchego/snow"
17
17
"github.com/ava-labs/avalanchego/snow/validators/validatorstest"
18
- "github.com/ava-labs/avalanchego/upgrade"
18
+ "github.com/ava-labs/avalanchego/upgrade/upgradetest "
19
19
"github.com/ava-labs/avalanchego/utils/constants"
20
20
"github.com/ava-labs/avalanchego/utils/crypto/bls"
21
21
"github.com/ava-labs/avalanchego/utils/logging"
@@ -84,7 +84,7 @@ func Context(tb testing.TB, chainID ids.ID) *snow.Context {
84
84
ChainID : chainID ,
85
85
NodeID : ids .EmptyNodeID ,
86
86
PublicKey : publicKey ,
87
- NetworkUpgrades : upgrade . Default ,
87
+ NetworkUpgrades : upgradetest . GetConfig ( upgradetest . Latest ) ,
88
88
89
89
XChainID : XChainID ,
90
90
CChainID : CChainID ,
You can’t perform that action at this time.
0 commit comments