Commit faced1ef authored by Jeromy's avatar Jeromy
Browse files

add note to test failure

parent 7ac44bb2
...@@ -294,7 +294,7 @@ func TestConnHandler(t *testing.T) { ...@@ -294,7 +294,7 @@ func TestConnHandler(t *testing.T) {
select { select {
case <-gotconn: case <-gotconn:
t.Fatalf("should have connected to %d swarms", expect) t.Fatalf("should have connected to %d swarms, got an extra.", expect)
default: default:
} }
} }
......
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