From dbf02200dea000eb8d7fa18952569c305005a2cc Mon Sep 17 00:00:00 2001 From: Callum Michael Waters Date: Wed, 11 Mar 2020 17:16:46 +0100 Subject: [PATCH] lint fix --- p2p/pex/addrbook_test.go | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/p2p/pex/addrbook_test.go b/p2p/pex/addrbook_test.go index 51e968693..e5a226daf 100644 --- a/p2p/pex/addrbook_test.go +++ b/p2p/pex/addrbook_test.go @@ -3,17 +3,18 @@ package pex import ( "encoding/hex" "fmt" + "io/ioutil" + "math" + "os" + "testing" + "time" + "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" "github.com/tendermint/tendermint/libs/log" tmmath "github.com/tendermint/tendermint/libs/math" tmrand "github.com/tendermint/tendermint/libs/rand" "github.com/tendermint/tendermint/p2p" - "io/ioutil" - "math" - "os" - "testing" - "time" ) // FIXME These tests should not rely on .(*addrBook) assertions