diff --git a/rpc/subscription_test.go b/rpc/subscription_test.go index 114c9572cc..410fe4978d 100644 --- a/rpc/subscription_test.go +++ b/rpc/subscription_test.go @@ -17,19 +17,19 @@ package rpc import ( + "bytes" "context" "encoding/json" "fmt" + "io" "math/big" "net" "strings" "testing" "time" - "bytes" "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/core/types" - "io" ) func TestNewID(t *testing.T) {