Skip to content

Commit 650f344

Browse files
author
Valeriy Khorunzhin
committed
fix test
Signed-off-by: Valeriy Khorunzhin <[email protected]>
1 parent 27d3eeb commit 650f344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/virtualization-artifact/pkg/controller/vd/internal/life_cycle_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ var _ = Describe("LifeCycleHandler Run", func() {
267267
return reconcile.Result{}, nil
268268
}}, true
269269
}
270-
handler := NewLifeCycleHandler(recorder, nil, &sourcesMock, nil)
270+
handler := NewLifeCycleHandler(recorder, nil, &sourcesMock, nil, nil)
271271
_, _ = handler.Handle(ctx, &vd)
272272
readyCond, _ := conditions.GetCondition(vdcondition.ReadyType, vd.Status.Conditions)
273273
Expect(readyCond.Reason).Should(Equal(expectedReadyReason))

0 commit comments

Comments
 (0)