From f15f197ce7d3f5c8f3533fb2ade131a35bad2d72 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Thu, 15 Sep 2022 17:10:32 -0400 Subject: [PATCH] spelling: will Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- pkg/controller/controller_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/controller/controller_test.go b/pkg/controller/controller_test.go index 4c6aa45f74..312699e11e 100644 --- a/pkg/controller/controller_test.go +++ b/pkg/controller/controller_test.go @@ -216,7 +216,7 @@ func TestNEGOnlyIngress(t *testing.T) { } } -// TestIngressCreateDeleteFinalizer asserts that `sync` will will not return an +// TestIngressCreateDeleteFinalizer asserts that `sync` will not return an // error for a good ingress config. It also tests garbage collection for // Ingresses that need to be deleted, and keep the ones that don't, depending // on whether Finalizer Adds and/or Removes are enabled.