Skip to content

Commit f497652

Browse files
committed
fix test
1 parent e900210 commit f497652

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

pkg/services/vimmachine_test.go

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -315,17 +315,6 @@ func Test_VimMachineService_GenerateOverrideFunc(t *testing.T) {
315315
}
316316

317317
func Test_mergeNetworkConfigurationToNetworkDeviceSpec(t *testing.T) {
318-
t.Run("device is nil", func(t *testing.T) {
319-
g := NewWithT(t)
320-
321-
var device *infrav1.NetworkDeviceSpec
322-
mergeNetworkConfigurationInNetworkDeviceSpec(device, infrav1.NetworkConfiguration{
323-
NetworkName: "ignored",
324-
})
325-
326-
g.Expect(device).To(BeNil())
327-
})
328-
329318
t.Run("all fields from NetworkConfiguration are overriden", func(t *testing.T) {
330319
g := NewWithT(t)
331320

0 commit comments

Comments
 (0)