Skip to content

Commit

Permalink
chore: update test-case wording
Browse files Browse the repository at this point in the history
  • Loading branch information
P4sca1 authored Jul 29, 2024
1 parent 306d73a commit 11a23c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cron-parser.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ describe('parseCronExpression', () => {
)
})

test('it should be resilient to extra whitespaces', () => {
test('Should be resilient to extra whitespaces', () => {
expect(
parseCronExpression(' * * * * * * '),
).toMatchObject({
Expand Down

0 comments on commit 11a23c9

Please sign in to comment.