Commit 4d184395 authored by Jeromy's avatar Jeromy

make tests pass a little more reliably by changing a port to not overlap

parent ae556952
...@@ -13,7 +13,7 @@ import ( ...@@ -13,7 +13,7 @@ import (
func TestPing(t *testing.T) { func TestPing(t *testing.T) {
u.Debug = false u.Debug = false
addr_a, err := ma.NewMultiaddr("/ip4/127.0.0.1/tcp/1234") addr_a, err := ma.NewMultiaddr("/ip4/127.0.0.1/tcp/2222")
if err != nil { if err != nil {
t.Fatal(err) t.Fatal(err)
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment