We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab2a990 commit aa9583cCopy full SHA for aa9583c
util/conn/manager_test.go
@@ -40,7 +40,7 @@ func TestManager(t *testing.T) {
40
// First takes should fail.
41
for i := 0; i < 10; i++ {
42
if conn = mgr.Take(); conn != nil {
43
- t.Fatalf("want nil conn, got real conn")
+ t.Fatalf("iteration %d: want nil conn, got real conn", i)
44
}
45
46
0 commit comments