Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
friedrichwilken committed Oct 17, 2023
1 parent 0281602 commit 2bddf7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/e2e/setup/setup_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2bddf7e

Please sign in to comment.