From 919f28a96f5c55244f3169f3fb42ca8fef1e66e1 Mon Sep 17 00:00:00 2001 From: nodkz Date: Mon, 30 Aug 2021 15:11:33 +0600 Subject: [PATCH] test: make test suite stable for issue 370 --- src/__tests__/github_issues/370-test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/__tests__/github_issues/370-test.ts b/src/__tests__/github_issues/370-test.ts index bccf8b32..1aaf98c2 100644 --- a/src/__tests__/github_issues/370-test.ts +++ b/src/__tests__/github_issues/370-test.ts @@ -69,7 +69,7 @@ describe('issue #370 - addRelation: projection not working as expected ', () => const result = await graphql.graphql({ schema, source: `query { - users { + users(sort: _ID_ASC) { firstName organizations { title