mirror of
https://github.com/libp2p/go-libp2p-peerstore.git
synced 2025-02-05 06:10:09 +08:00
move testutil up
This commit is contained in:
parent
29a77dd87e
commit
39eb303f60
@ -7,7 +7,7 @@ import (
|
|||||||
"time"
|
"time"
|
||||||
|
|
||||||
peer "github.com/ipfs/go-libp2p/p2p/peer"
|
peer "github.com/ipfs/go-libp2p/p2p/peer"
|
||||||
testutil "util/testutil"
|
testutil "github.com/ipfs/go-libp2p/testutil"
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestLatencyEWMAFun(t *testing.T) {
|
func TestLatencyEWMAFun(t *testing.T) {
|
||||||
|
@ -9,7 +9,7 @@ import (
|
|||||||
ic "github.com/ipfs/go-libp2p/p2p/crypto"
|
ic "github.com/ipfs/go-libp2p/p2p/crypto"
|
||||||
. "github.com/ipfs/go-libp2p/p2p/peer"
|
. "github.com/ipfs/go-libp2p/p2p/peer"
|
||||||
u "util"
|
u "util"
|
||||||
tu "util/testutil"
|
tu "github.com/ipfs/go-libp2p/testutil"
|
||||||
|
|
||||||
b58 "QmNsoHoCVhgXcv1Yg45jtkMgimxorTAN36fV9AQMFXHHAQ/go-base58"
|
b58 "QmNsoHoCVhgXcv1Yg45jtkMgimxorTAN36fV9AQMFXHHAQ/go-base58"
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user