Skip to content

Commit

Permalink
spelling: eviction (#1063)
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Soref <[email protected]>

Co-authored-by: Josh Soref <[email protected]>
  • Loading branch information
jsoref and jsoref authored Jan 1, 2022
1 parent 75afd60 commit 8c9929b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controllers/termination/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ var _ = Describe("Termination", func() {
node = ExpectNodeExists(ctx, env.Client, node.Name)
ExpectReconcileSucceeded(ctx, controller, client.ObjectKeyFromObject(node))

// Expect mirror pod to not be queued for enviction
// Expect mirror pod to not be queued for eviction
ExpectNotEnqueuedForEviction(evictionQueue, podNoEvict)

// Expect podEvict to be enqueued for eviction then be successful
Expand Down

0 comments on commit 8c9929b

Please sign in to comment.