add note to test failure
This commit is contained in:
parent
7ac44bb2d6
commit
faced1efd2
|
@ -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:
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue