Skip to content

Commit

Permalink
fix: test on master
Browse files Browse the repository at this point in the history
Fixes test on master
  • Loading branch information
gajus authored Aug 18, 2017
2 parents 86b91ef + ffa16ff commit c4ebf10
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@ const foo = {
'end': 15,
'source': {
'body': 'query foo {foo}',
'name': 'GraphQL request'
'name': 'GraphQL request',
'locationOffset': {
'line': 1,
'column': 1
}
}
}
};

0 comments on commit c4ebf10

Please sign in to comment.