Browse Source

lint fix

pull/4548/head
Callum Michael Waters 5 years ago
parent
commit
dbf02200de
1 changed files with 6 additions and 5 deletions
  1. +6
    -5
      p2p/pex/addrbook_test.go

+ 6
- 5
p2p/pex/addrbook_test.go View File

@ -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


Loading…
Cancel
Save