Skip to content

Commit a55ca0e

Browse files
committed
chore: replace TensorFusionWorkloadSpec to WorkloadProfileSpec in test file
1 parent 638d500 commit a55ca0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/controller/tensorfusionworkload_controller_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ var _ = Describe("TensorFusionWorkload Controller", func() {
7070
constants.LabelKeyOwner: pool.Name,
7171
},
7272
},
73-
Spec: tfv1.TensorFusionWorkloadSpec{
73+
Spec: tfv1.WorkloadProfileSpec{
7474
Replicas: ptr.Int32(1),
7575
PoolName: pool.Name,
7676
GPUCount: 2,

0 commit comments

Comments
 (0)