Browse Source

test(core): Fix test

Michael Bromley 4 years ago
parent
commit
6df63a2f1b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/core/src/api/config/generate-list-options.spec.ts

+ 1 - 1
packages/core/src/api/config/generate-list-options.spec.ts

@@ -199,11 +199,11 @@ describe('generateListOptions()', () => {
         expect(printType(result.getType('PersonListOptions')!)).toBe(
             removeLeadingWhitespace(`
                     input PersonListOptions {
+                      categoryId: ID
                       skip: Int
                       take: Int
                       sort: PersonSortParameter
                       filter: PersonFilterParameter
-                      categoryId: ID
                     }`),
         );