Skip to content

Commit 23da3e8

Browse files
authored
schema-test: fix name of test (#2473)
1 parent 688f93c commit 23da3e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/type/__tests__/schema-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ describe('Type System: Schema', () => {
261261
});
262262
});
263263

264-
it('preserve order of use provided types', () => {
264+
it('preserves the order of user provided types', () => {
265265
const aType = new GraphQLObjectType({
266266
name: 'A',
267267
fields: {

0 commit comments

Comments
 (0)