Skip to content

Commit b9aa41d

Browse files
committed
Address comments
Signed-off-by: GonzaloSaez <[email protected]>
1 parent e758ac9 commit b9aa41d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/controller/podgroup_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ func TestCalculatePGMinResources(t *testing.T) {
520520
},
521521
},
522522
"without worker without priorityClass": {
523-
minMember: 3,
523+
minMember: 1,
524524
job: &kubeflow.MPIJob{
525525
ObjectMeta: metav1.ObjectMeta{
526526
Name: "test",

0 commit comments

Comments
 (0)