diff --git a/hack/e2e/setup/setup_test.go b/hack/e2e/setup/setup_test.go index 073fb91e1..d30387a4d 100644 --- a/hack/e2e/setup/setup_test.go +++ b/hack/e2e/setup/setup_test.go @@ -377,7 +377,7 @@ func Test_PriorityClass(t *testing.T) { }) require.Nil(t, err, fmt.Errorf("error while fetching PriorityClass: %v", err)) - // Check if the Eventing-Manager Deployment has the right PriorityClassName. The right implicits that the + // Check if the Eventing-Manager Deployment has the right PriorityClassName. This implicits that the // corresponding Pod also has the right PriorityClassName. err = Retry(testenvironment.Attempts, testenvironment.Interval, func() error { deploy, getErr := testEnvironment.GetDeployment(ManagerDeploymentName, NamespaceName)