Skip to content

Commit 4155059

Browse files
committed
test: stabilize sort order in test case
relates #377
1 parent 2c334fe commit 4155059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__tests__/github_issues/377-test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ describe('issue #377 - Missing fields from projection in addRelation', () => {
7777
contextValue: {},
7878
source: `
7979
{
80-
previsitMany {
80+
previsitMany(sort: _ID_ASC) {
8181
name
8282
project {
8383
name

0 commit comments

Comments
 (0)