Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Frey committed Sep 4, 2023
1 parent 856070d commit f7d2a63
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions internal/test/builder/builders.go
Original file line number Diff line number Diff line change
Expand Up @@ -858,7 +858,7 @@ func (i *TestInfrastructureMachinePoolTemplateBuilder) WithSpecFields(fields map
return i
}

// Build takes the objects and variables in the InfrastructureMachineTemplateBuilder and generates an unstructured object.
// Build takes the objects and variables in the TestInfrastructureMachineTemplateBuilder and generates an unstructured object.
func (i *TestInfrastructureMachinePoolTemplateBuilder) Build() *unstructured.Unstructured {
return i.obj
}
Expand Down Expand Up @@ -895,7 +895,7 @@ func (i *InfrastructureMachinePoolBuilder) WithSpecFields(fields map[string]inte
return i
}

// Build takes the objects and variables in the InfrastructureMachineBuilder and generates an unstructured object.
// Build takes the objects and variables in the InfrastructureMachinePoolBuilder and generates an unstructured object.
func (i *InfrastructureMachinePoolBuilder) Build() *unstructured.Unstructured {
return i.obj
}
Expand Down Expand Up @@ -934,7 +934,7 @@ func (i *TestInfrastructureMachinePoolBuilder) WithSpecFields(fields map[string]
return i
}

// Build takes the objects and variables in the InfrastructureMachineBuilder and generates an unstructured object.
// Build takes the objects and variables in the TestInfrastructureMachinePoolBuilder and generates an unstructured object.
func (i *TestInfrastructureMachinePoolBuilder) Build() *unstructured.Unstructured {
return i.obj
}
Expand Down

0 comments on commit f7d2a63

Please sign in to comment.