diff --git a/__tests__/Inputs.test.ts b/__tests__/Inputs.test.ts index 4acb119..b249b93 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('commitxx') + expect(inputs.commit).toBe('commit') }) it('returns undefined when omitted', () => {