Skip to content

Commit 75e8558

Browse files
committed
fix overcommit test
1 parent 1b474c3 commit 75e8558

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/overcommit/make_overcommit_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ var _ = Describe("Overcommit", func() {
6767

6868
Describe("makeOvercommit", func() {
6969
It("should apply overcommit to containers", func() {
70-
makeOvercommit(pod, 0.5, 0.5)
70+
Overcommit(pod, recorder, k8sClient)
7171

7272
Expect(pod.Spec.Containers[0].Resources.Requests).To(Equal(expectedRequests))
7373
})

0 commit comments

Comments
 (0)