Update connmanager_test.go
This commit is contained in:
parent
31791ba4dc
commit
65e986844e
1 changed files with 1 additions and 1 deletions
|
@ -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())
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue