mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
rpc: fix lint
This commit is contained in:
parent
792c779892
commit
8659669381
1 changed files with 2 additions and 2 deletions
|
|
@ -228,8 +228,8 @@ func wsPingTestHandler(t *testing.T, conn *websocket.Conn, shutdown, sendPing <-
|
||||||
|
|
||||||
// Write messages.
|
// Write messages.
|
||||||
var (
|
var (
|
||||||
wantPong string
|
wantPong string
|
||||||
timer = time.NewTimer(0)
|
timer = time.NewTimer(0)
|
||||||
)
|
)
|
||||||
defer timer.Stop()
|
defer timer.Stop()
|
||||||
<-timer.C
|
<-timer.C
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue