Skip to content

Commit f832e6a

Browse files
Update tests/libp2p/protocols/test_identify.nim
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6dadb1d commit f832e6a

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tests/libp2p/protocols/test_identify.nim

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -438,9 +438,7 @@ suite "Identify":
438438
ms.addHandler(limitedPing)
439439

440440
let
441-
dialer = Dialer.new(
442-
localInfo.peerId, ConnManager.new(), peerStore, @[], ms, nil
443-
)
441+
dialer = Dialer.new(localInfo.peerId, ConnManager.new(), peerStore, @[], ms, nil)
444442
stream = await muxDialer.newStream()
445443
negotiateFut = dialer.negotiateStream(stream, @[IdentifyCodec])
446444

0 commit comments

Comments
 (0)