diff --git a/tests/difficulty_test.go b/tests/difficulty_test.go index a29fff9fb1..56c3fc297b 100644 --- a/tests/difficulty_test.go +++ b/tests/difficulty_test.go @@ -17,9 +17,8 @@ package tests import ( - "testing" - "math/big" + "testing" "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/params" @@ -51,7 +50,6 @@ var ( ByzantiumBlock: big.NewInt(1700000), ConstantinopleBlock: nil, } - ) func TestDifficulty(t *testing.T) {