Skip to content

Commit

Permalink
test: stabilize sort order in test case
Browse files Browse the repository at this point in the history
relates #377
  • Loading branch information
nodkz committed Sep 14, 2021
1 parent 2c334fe commit 4155059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/github_issues/377-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ describe('issue #377 - Missing fields from projection in addRelation', () => {
contextValue: {},
source: `
{
previsitMany {
previsitMany(sort: _ID_ASC) {
name
project {
name
Expand Down

0 comments on commit 4155059

Please sign in to comment.