Skip to content

Commit 460f886

Browse files
committed
fixup mocked version output
1 parent d8b0944 commit 460f886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__tests__/installer.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ describe('setup-node', () => {
108108

109109
// @actions/exec
110110
getExecOutputSpy = jest.spyOn(exec, 'getExecOutput');
111-
getExecOutputSpy.mockImplementation(() => '16.15.0');
111+
getExecOutputSpy.mockImplementation(() => 'v16.15.0');
112112
});
113113

114114
afterEach(() => {

0 commit comments

Comments
 (0)