Skip to content

Commit

Permalink
fix: expected error
Browse files Browse the repository at this point in the history
  • Loading branch information
Automated authored and gabotechs committed Nov 5, 2022
1 parent f2cb306 commit b6ba8b8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/test/invalid.graphqxl.result
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
apollo-compiler validation error
apollo-compiler validation error

× cannot find type `Bar` in this document
× cannot find type `Bar` in this document
╭─[1:1]
1 │ type Type {
2 │ foo: Bar!
·  ─┬─
· ╰── not found in this scope
3 │ }
1 │ type Type {
2 │ foo: Bar!
· ─┬─
· ╰── not found in this scope
3 │ }
╰────

0 comments on commit b6ba8b8

Please sign in to comment.