File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,10 @@ import (
1010 "time"
1111
1212 "github.com/ava-labs/avalanchego/utils/constants"
13- "github.com/ava-labs/coreth/utils"
1413 "github.com/ava-labs/libevm/common"
1514 "github.com/stretchr/testify/require"
15+
16+ "github.com/ava-labs/coreth/utils"
1617)
1718
1819func TestUnmarshalConfig (t * testing.T ) {
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import (
1818func TestMinDelayExcess (t * testing.T ) {
1919 activatingGraniteConfig := * extras .TestGraniteChainConfig
2020 activatingGraniteTimestamp := uint64 (1000 )
21- activatingGraniteConfig .NetworkUpgrades .GraniteTimestamp = utils .PointerTo (uint64 ( activatingGraniteTimestamp ) )
21+ activatingGraniteConfig .NetworkUpgrades .GraniteTimestamp = utils .PointerTo (activatingGraniteTimestamp )
2222
2323 tests := []struct {
2424 name string
You can’t perform that action at this time.
0 commit comments