From 250bb35041ef885927e4d930a575946a522cdf22 Mon Sep 17 00:00:00 2001 From: Caleb Woodbine Date: Wed, 27 May 2020 12:09:02 +1200 Subject: [PATCH] Update documentation --- test/e2e/framework/util.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/framework/util.go b/test/e2e/framework/util.go index dc341dd97e3..3ce564189ff 100644 --- a/test/e2e/framework/util.go +++ b/test/e2e/framework/util.go @@ -1286,7 +1286,7 @@ func taintExists(taints []v1.Taint, taintToFind *v1.Taint) bool { return false } -// WatchEventSequenceVerifier +// WatchEventSequenceVerifier ... // manages a watch for a given resource, ensures that events take place in a given order, retries the test on failure // testContext cancelation signal across API boundries, e.g: context.TODO() // dc sets up a client to the API