From f7d2a630b89519cf242716bd65e6efd9e18b9247 Mon Sep 17 00:00:00 2001 From: Johannes Frey Date: Mon, 4 Sep 2023 13:21:34 +0200 Subject: [PATCH] Fixup --- internal/test/builder/builders.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/internal/test/builder/builders.go b/internal/test/builder/builders.go index 2181a551461c..92037392a096 100644 --- a/internal/test/builder/builders.go +++ b/internal/test/builder/builders.go @@ -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 } @@ -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 } @@ -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 }