From bc6e6b22f5476dddb4fa1eee8c27378acbd70039 Mon Sep 17 00:00:00 2001 From: Aarush Bhat Date: Mon, 6 Sep 2021 11:19:39 +0530 Subject: [PATCH] Update connmanager_test.go --- connmgr/connmanager_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connmgr/connmanager_test.go b/connmgr/connmanager_test.go index 67769deb96..94cb65ff2a 100644 --- a/connmgr/connmanager_test.go +++ b/connmgr/connmanager_test.go @@ -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()) }