From 11a23c95f652c52997e1cc1024434cc288157f69 Mon Sep 17 00:00:00 2001 From: Pascal Sthamer <10992664+P4sca1@users.noreply.github.com> Date: Mon, 29 Jul 2024 06:16:00 +0200 Subject: [PATCH] chore: update test-case wording --- test/cron-parser.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cron-parser.test.ts b/test/cron-parser.test.ts index 50deaf57..cbd890d5 100644 --- a/test/cron-parser.test.ts +++ b/test/cron-parser.test.ts @@ -491,7 +491,7 @@ describe('parseCronExpression', () => { ) }) - test('it should be resilient to extra whitespaces', () => { + test('Should be resilient to extra whitespaces', () => { expect( parseCronExpression(' * * * * * * '), ).toMatchObject({