Skip to content

Commit

Permalink
Update test/builder/builders.go
Browse files Browse the repository at this point in the history
Co-authored-by: Anusha Hegde <[email protected]>
  • Loading branch information
huchen2021 and anusha94 authored Jan 25, 2022
1 parent 3a74da9 commit 4dbc102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/builder/builders.go
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ func Node(namespace, name string) *NodeBuilder {
}
}

// WithProviderID adds the passed providerID to the ByoHostBuilder
// WithProviderID adds the passed providerID to the NodeBuilder
func (n *NodeBuilder) WithProviderID(providerID string) *NodeBuilder {
n.providerID = providerID
return n
Expand Down

0 comments on commit 4dbc102

Please sign in to comment.