Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
Signed-off-by: sceneryback <[email protected]>
  • Loading branch information
sceneryback committed Feb 11, 2025
1 parent 338ac02 commit 4241911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controllers/podgroup/pg_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ func TestAddPodGroup(t *testing.T) {

c.addPod(pod)
replicas := int32(len(testCase.pods))
c.createNormalPodPGIfNotExist(pod, &replicas)
c.createNormalPodPGIfNotExist(pod, replicas)

pg, err := c.vcClient.SchedulingV1beta1().PodGroups(pod.Namespace).Get(context.TODO(),
testCase.expectedPodGroup.Name,
Expand Down

0 comments on commit 4241911

Please sign in to comment.