Skip to content

Commit

Permalink
test: make test suite stable for issue 370
Browse files Browse the repository at this point in the history
  • Loading branch information
nodkz committed Aug 30, 2021
1 parent 7c857c3 commit 919f28a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/github_issues/370-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 919f28a

Please sign in to comment.