Skip to content

Commit 2b6a95f

Browse files
committed
Fix misprit
1 parent 3181a4c commit 2b6a95f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/framework/resourcemanager.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1063,7 +1063,7 @@ func getReadyPodNames(podList core.PodList, opts ...Option) []string {
10631063
}
10641064
options := LogOptions(opts...)
10651065
if options.logEnabled {
1066-
GinkgoWriter.Printf("Found %d ready pod names: %v\n", len(names), names)
1066+
GinkgoWriter.Printf("Found %d ready pod name(s): %v\n", len(names), names)
10671067
}
10681068

10691069
return names

0 commit comments

Comments
 (0)