From 77a34f96cc557780ba0aa2d07843dbd61fa11558 Mon Sep 17 00:00:00 2001 From: Federico Builes Date: Mon, 31 Oct 2022 07:46:08 +0100 Subject: [PATCH] Fixing typo in config.test.ts. --- __tests__/config.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(() => {