Skip to content

Commit 1e8d0ce

Browse files
committed
revert test
1 parent 61864e7 commit 1e8d0ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/acceptance-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
comment: "true"
5454
json_schema: ./__tests__/fixtures/schemas/schema_with_custom_ajv_regexp_format.json
5555
ajv_custom_regexp_formats: |
56-
lowercase_char=^[a-c]*$
56+
lowercase_char=^[a-z]*$
5757
lowercase_alphanumeric=^[a-z0-9]*$
5858
files: |
5959
__tests__/fixtures/json/custom_ajv_regexp_format/valid.json

0 commit comments

Comments
 (0)