Skip to content

Commit

Permalink
[Misc] Operator: controller_test typo fixed
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
Pavan-SAP authored May 29, 2024
1 parent e1e16a8 commit 0e25a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/controller/controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ func TestController_processQueueItem(t *testing.T) {
if res < 1 {
t.Error("Unexpected result", expectedRes, "; expected to contain", tt.errorString)
} else {
klog.InfoS("Expected error occured", "result", expectedRes, "expected result", tt.errorString)
klog.InfoS("Expected error occurred", "result", expectedRes, "expected result", tt.errorString)
}
} else {
if tt.expectRequeue {
Expand Down

0 comments on commit 0e25a6b

Please sign in to comment.