Skip to content

Commit 892d4a2

Browse files
authored
chore: fix wrong test description
1 parent 31209a3 commit 892d4a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__tests__/functions/json-validator.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ test('successfully validates a json file with a schema containing a custom ajv f
490490
})
491491
})
492492

493-
test('fails to validate a json file with a schema containing a custom ajv format when custom format was not added', async () => {
493+
test('fails to validate a json file with a schema containing a custom ajv format when custom format added', async () => {
494494
process.env.INPUT_JSON_SCHEMA =
495495
'__tests__/fixtures/schemas/schema_with_custom_ajv_regexp_format.json'
496496
process.env.INPUT_FILES =

0 commit comments

Comments
 (0)