Skip to content

Commit 79c3740

Browse files
Fixing build issue
Signed-off-by: Vishesh Tanksale <vtanksale@nvidia.com>
1 parent 083d56a commit 79c3740

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

internal/controller/nimservice_controller_test.go

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ import (
3636
"sigs.k8s.io/controller-runtime/pkg/reconcile"
3737

3838
appsv1alpha1 "github.com/NVIDIA/k8s-nim-operator/api/apps/v1alpha1"
39-
"github.com/NVIDIA/k8s-nim-operator/internal/controller/platform"
4039
"github.com/NVIDIA/k8s-nim-operator/internal/utils"
4140
)
4241

@@ -68,10 +67,9 @@ var _ = Describe("NIMService Controller", func() {
6867
}).
6968
Build()
7069
reconciler = &NIMServiceReconciler{
71-
Client: testClient,
72-
scheme: scheme,
73-
InferencePlatformFactory: platform.NewFactory(),
74-
recorder: record.NewFakeRecorder(1000),
70+
Client: testClient,
71+
scheme: scheme,
72+
recorder: record.NewFakeRecorder(1000),
7573
}
7674
})
7775

0 commit comments

Comments
 (0)