Skip to content

Commit

Permalink
chace rebase
Browse files Browse the repository at this point in the history
Signed-off-by: Oleg Vasilev <[email protected]>
  • Loading branch information
Omrigan committed May 23, 2024
1 parent 518d8bd commit 53db1cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions neonvm/controllers/vm_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ func defaultVm() *vmv1.VirtualMachine {
type testParams struct {
t *testing.T
ctx context.Context
r *VirtualMachineReconciler
r *VMReconciler
client *clientMock
origVM *vmv1.VirtualMachine
mockRecorder *mockRecorder
Expand Down Expand Up @@ -195,7 +195,7 @@ func newTestParams(t *testing.T) *testParams {
var vm *vmv1.VirtualMachine
scheme.AddKnownTypes(vmv1.SchemeGroupVersion, vm)

params.r = &VirtualMachineReconciler{
params.r = &VMReconciler{
Client: params.client,
Recorder: params.mockRecorder,
Scheme: scheme,
Expand Down

0 comments on commit 53db1cf

Please sign in to comment.