Skip to content

Commit 74f746f

Browse files
committed
reword
1 parent 561557a commit 74f746f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/validation/__tests__/validation-test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ describe('Validate: Limit maximum number of validation errors', () => {
181181
});
182182

183183
describe('operation and variable definition descriptions', () => {
184-
it('parses operation with description and variable descriptions', () => {
184+
it('validates operation with description and variable descriptions', () => {
185185
const schema = buildSchema(
186186
'type Query { field(a: Int, b: String): String }',
187187
);

0 commit comments

Comments
 (0)