diff --git a/__tests__/config.test.ts b/__tests__/config.test.ts index c46446f..f86ce4b 100644 --- a/__tests__/config.test.ts +++ b/__tests__/config.test.ts @@ -215,7 +215,7 @@ test('it parses the vulnerability-check input', async () => { expect(options.vulnerability_check).toEqual(true) }) -test('it is not impossible to disable both checks', async () => { +test('it is not possible to disable both checks', async () => { setInput('license-check', 'false') setInput('vulnerability-check', 'false') expect(() => {