Skip to content

Commit 858e693

Browse files
committed
Merge pull request #29 from dittos/fix-recursion-test
Test recursion avoidance correctly
2 parents fd934cd + 0b4fb81 commit 858e693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/executor/__tests__/executor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ describe('Execute: Handles basic execution tasks', () => {
473473
...Frag
474474
}
475475
476-
fragment Frag on DataType {
476+
fragment Frag on Type {
477477
a,
478478
...Frag
479479
}

0 commit comments

Comments
 (0)