Commit b2799f89 authored by Jeromy's avatar Jeromy

add note to test failure

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