Skip to content

Commit 5f79290

Browse files
committed
fix tests after rebase
1 parent de843f8 commit 5f79290

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/controllers/machinedeployment/machinedeployment_canupdatemachineset_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ func Test_canExtensionsUpdateMachineSet(t *testing.T) {
410410
+ Version: "v1.31.0",
411411
ProviderID: "",
412412
FailureDomain: "",
413-
... // 3 identical fields
413+
... // 4 identical fields
414414
},
415415
},
416416
MachineNaming: {},
@@ -590,7 +590,7 @@ func Test_canExtensionsUpdateMachineSet(t *testing.T) {
590590
g.Expect(err).ToNot(HaveOccurred())
591591
}
592592
g.Expect(canUpdateMachineSet).To(Equal(tt.wantCanUpdateMachineSet))
593-
g.Expect(reasons).To(Equal(tt.wantReasons))
593+
g.Expect(reasons).To(BeComparableTo(tt.wantReasons))
594594
})
595595
}
596596
}

0 commit comments

Comments
 (0)