Skip to content

Commit

Permalink
fixup mocked version output
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Jun 30, 2022
1 parent d8b0944 commit 460f886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/installer.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ describe('setup-node', () => {

// @actions/exec
getExecOutputSpy = jest.spyOn(exec, 'getExecOutput');
getExecOutputSpy.mockImplementation(() => '16.15.0');
getExecOutputSpy.mockImplementation(() => 'v16.15.0');
});

afterEach(() => {
Expand Down

0 comments on commit 460f886

Please sign in to comment.