Skip to content

Commit 2dfbc79

Browse files
committed
Simplify the test case names as well.
1 parent 9319344 commit 2dfbc79

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/draft2019-09/propertyNames.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
]
4545
},
4646
{
47-
"description": "propertyNames validation with pattern for camelCase",
47+
"description": "propertyNames validation with pattern",
4848
"schema": {
4949
"propertyNames": { "pattern": "^a+$" }
5050
},

tests/draft6/propertyNames.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
]
4545
},
4646
{
47-
"description": "propertyNames validation with pattern for camelCase",
47+
"description": "propertyNames validation with pattern",
4848
"schema": {
4949
"propertyNames": { "pattern": "^a+$" }
5050
},

tests/draft7/propertyNames.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
]
4545
},
4646
{
47-
"description": "propertyNames validation with pattern for camelCase",
47+
"description": "propertyNames validation with pattern",
4848
"schema": {
4949
"propertyNames": { "pattern": "^a+$" }
5050
},

0 commit comments

Comments
 (0)