Skip to content

Commit dc4a2cc

Browse files
committed
Fix another test
1 parent 64ae05f commit dc4a2cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/type/__tests__/schema-test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,10 +301,10 @@ describe('Type System: Schema', () => {
301301
'__TypeKind',
302302
'__Field',
303303
'__InputValue',
304+
'__TypeNullability',
304305
'__EnumValue',
305306
'__Directive',
306307
'__DirectiveLocation',
307-
'__TypeNullability',
308308
]);
309309

310310
// Also check that this order is stable

0 commit comments

Comments
 (0)