Skip to content

Commit

Permalink
Update connmanager_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
sloorush committed Nov 10, 2021
1 parent 31791ba commit bc6e6b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connmgr/connmanager_test.go
Expand Up @@ -464,7 +464,7 @@ func TestRemovePendingConnection(t *testing.T) {
time.Sleep(10 * time.Millisecond)

// Now examine the status of the connection request, it should read a
// status of failed.
// status of ConnCanceled.
if cr.State() != ConnCanceled {
t.Fatalf("request wasn't canceled, status is: %v", cr.State())
}
Expand Down

0 comments on commit bc6e6b2

Please sign in to comment.