Skip to content

Commit

Permalink
fix(compiler): test file names (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
lrlna authored Mar 31, 2023
1 parent ca4cd8b commit 88b9d19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
ApolloDiagnostic {
cache: {
0: "built_in_types.graphql",
81: "0084_fragment_spread_target_defined.graphql",
82: "0085_fragment_spread_target_defined.graphql",
},
location: DiagnosticLocation {
file_id: FileId {
id: 81,
id: 82,
},
offset: 70,
length: 20,
Expand All @@ -15,7 +15,7 @@
Label {
location: DiagnosticLocation {
file_id: FileId {
id: 81,
id: 82,
},
offset: 70,
length: 20,
Expand Down

0 comments on commit 88b9d19

Please sign in to comment.