We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de843f8 commit 5f79290Copy full SHA for 5f79290
internal/controllers/machinedeployment/machinedeployment_canupdatemachineset_test.go
@@ -410,7 +410,7 @@ func Test_canExtensionsUpdateMachineSet(t *testing.T) {
410
+ Version: "v1.31.0",
411
ProviderID: "",
412
FailureDomain: "",
413
- ... // 3 identical fields
+ ... // 4 identical fields
414
},
415
416
MachineNaming: {},
@@ -590,7 +590,7 @@ func Test_canExtensionsUpdateMachineSet(t *testing.T) {
590
g.Expect(err).ToNot(HaveOccurred())
591
}
592
g.Expect(canUpdateMachineSet).To(Equal(tt.wantCanUpdateMachineSet))
593
- g.Expect(reasons).To(Equal(tt.wantReasons))
+ g.Expect(reasons).To(BeComparableTo(tt.wantReasons))
594
})
595
596
0 commit comments