Skip to content

Commit

Permalink
fix the unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
xazhao committed Jul 1, 2024
1 parent bb3aa8b commit 2f44737
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ beforeEach(() => {

detectPackageInstallationMock = jest.spyOn(PackageInstallation, 'detect').mockReturnValue({
isLocal: true,
version: '0.8.8',
version: '0.21.x',
});

jest.spyOn(DockerImage, 'fromBuild').mockReturnValue({
Expand Down

0 comments on commit 2f44737

Please sign in to comment.