Skip to content

Commit 753d7b1

Browse files
vanschelvenarjun024
authored andcommitted
Fix the tests
1 parent cb8c554 commit 753d7b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/python/supply/supply_test.go

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

143143
It("skips install", func() {
144144
mockInstaller.EXPECT().InstallOnlyVersion(gomock.Any(), gomock.Any()).Times(0)
145-
mockCommand.EXPECT().Execute(gomock.Any(), gomock.Any(), gomock.Any(), gomock.Any(), gomock.Any()).Times(0)
145+
mockCommand.EXPECT().Execute(buildDir, gomock.Any(), gomock.Any(), "python", "-m", "pip", "--version")
146146
mockStager.EXPECT().LinkDirectoryInDepDir(gomock.Any(), gomock.Any()).Times(0)
147147

148148
Expect(supplier.InstallPip()).To(Succeed())

0 commit comments

Comments
 (0)