diff --git a/__tests__/Inputs.test.ts b/__tests__/Inputs.test.ts index b249b93..4acb119 100644 --- a/__tests__/Inputs.test.ts +++ b/__tests__/Inputs.test.ts @@ -41,7 +41,7 @@ describe('Inputs', () => { describe('commit', () => { it('returns commit', () => { mockGetInput.mockReturnValueOnce('commit') - expect(inputs.commit).toBe('commit') + expect(inputs.commit).toBe('commitxx') }) it('returns undefined when omitted', () => {