Skip to content

Commit

Permalink
Update conformance/utils/kubernetes/helpers.go
Browse files Browse the repository at this point in the history
Co-authored-by: Shane Utt <[email protected]>
  • Loading branch information
briantkennedy and shaneutt authored Feb 27, 2023
1 parent 0d4c325 commit 4f890bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conformance/utils/kubernetes/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ func ConditionsHaveLatestObservedGeneration(obj metav1.Object, conditions []meta
fmt.Fprintf(&b, " stale conditions are: ")

for i, c := range staleConditions {
fmt.Fprintf(&b, "%s (got %d)", c.Type, c.ObservedGeneration)
fmt.Fprintf(&b, "%s (generation %d)", c.Type, c.ObservedGeneration)
if i != len(staleConditions)-1 {
fmt.Fprintf(&b, ", ")
}
Expand Down

0 comments on commit 4f890bb

Please sign in to comment.