add note to test failure

This commit is contained in:
Jeromy 2016-08-24 13:03:30 -07:00
parent 7ac44bb2d6
commit faced1efd2
1 changed files with 1 additions and 1 deletions

View File

@ -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:
}
}