Revert "Ensure test failures still work"

This reverts commit 4f104f8afe.
This commit is contained in:
Nick Cipollo
2022-03-31 18:08:50 -04:00
parent 4f104f8afe
commit eed740324c

View File

@@ -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', () => {