Skip to content

Commit f42eea6

Browse files
troy0820k8s-infra-cherrypick-robot
authored andcommitted
pr feedback
Signed-off-by: Troy Connor <[email protected]>
1 parent 46db97d commit f42eea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/client/fake/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ func (f *ClientBuilder) WithReturnManagedFields() *ClientBuilder {
269269
// Build builds and returns a new fake client.
270270
func (f *ClientBuilder) Build() client.WithWatch {
271271
if f.isBuilt {
272-
panic("build must not be called multiple times when creating a ClientBuilder")
272+
panic("Build() must not be called multiple times when creating a ClientBuilder")
273273
}
274274
if f.scheme == nil {
275275
f.scheme = scheme.Scheme

0 commit comments

Comments
 (0)