diff --git a/connpool_test.go b/connpool_test.go index 1f42ff6..42b26c8 100644 --- a/connpool_test.go +++ b/connpool_test.go @@ -352,7 +352,7 @@ func TestConnPool_Concurrency(t *testing.T) { } } -func TestConnPool_GetContextTimeout(t *testing.T) { +func TestConnPool_GetContextCancel(t *testing.T) { ctx, cancel := context.WithCancel(context.Background()) defer cancel()