Skip to content

Commit 323f8ce

Browse files
Fix typos in phrase "to exist"
Signed-off-by: killianmuldoon <[email protected]>
1 parent ba50476 commit 323f8ce

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

test/e2e/clusterctl_upgrade.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ func ClusterctlUpgradeSpec(ctx context.Context, inputGetter func() ClusterctlUpg
376376
input.PreWaitForCluster(managementClusterProxy, testNamespace.Name, workLoadClusterName)
377377
}
378378

379-
By("Waiting for the machines to exists")
379+
By("Waiting for the machines to exist")
380380
Eventually(func() (int64, error) {
381381
var n int64
382382
machineList := &clusterv1alpha3.MachineList{}

test/e2e/kcp_remediations.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ type waitForMachinesInput struct {
537537
CheckMachineListStableIntervals []interface{}
538538
}
539539

540-
// waitForMachines waits for machines to reach a well known state defined by number of replicas, a list of machines to exists,
540+
// waitForMachines waits for machines to reach a well known state defined by number of replicas, a list of machines to exist,
541541
// a list of machines to not exist anymore. The func also check that the state is stable for some time before
542542
// returning the list of new machines.
543543
func waitForMachines(ctx context.Context, input waitForMachinesInput) (allMachineNames, newMachineNames []string) {

test/framework/machinehealthcheck_helpers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ func WaitForMachineHealthCheckToRemediateUnhealthyNodeCondition(ctx context.Cont
143143
ClusterName: input.Cluster.Name,
144144
MachineHealthCheck: input.MachineHealthCheck,
145145
})
146-
// Wait for all the machines to exists.
146+
// Wait for all the machines to exist.
147147
// NOTE: this is required given that this helper is called after a remediation
148148
// and we want to make sure all the machine are back in place before testing for unhealthyCondition being fixed.
149149
if len(machines) < input.MachinesCount {

0 commit comments

Comments
 (0)