Skip to content

Commit 919f28a

Browse files
committed
test: make test suite stable for issue 370
1 parent 7c857c3 commit 919f28a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__tests__/github_issues/370-test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ describe('issue #370 - addRelation: projection not working as expected ', () =>
6969
const result = await graphql.graphql({
7070
schema,
7171
source: `query {
72-
users {
72+
users(sort: _ID_ASC) {
7373
firstName
7474
organizations {
7575
title

0 commit comments

Comments
 (0)