mirror of
https://github.com/codex-storage/nim-libp2p.git
synced 2025-01-11 19:44:18 +00:00
remove dead code
This commit is contained in:
parent
ca4ccbe37f
commit
0f42be495b
@ -361,7 +361,3 @@ suite "MultiAddress test suite":
|
||||
for bitem in item.bad:
|
||||
var a = MultiAddress.init(bitem)
|
||||
check item.pattern.match(a) == false
|
||||
|
||||
test "MultiAddress port":
|
||||
var maStr = "/ip4/127.0.0.1/tcp/55555"
|
||||
var ma = MultiAddress.init(maStr)
|
||||
|
Loading…
x
Reference in New Issue
Block a user