Skip to content

Commit

Permalink
fixed readFromStore test
Browse files Browse the repository at this point in the history
  • Loading branch information
Poincare committed Jul 29, 2016
1 parent 6e17e0d commit c39a02d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions test/readFromStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -599,11 +599,9 @@ describe('reading from the store', () => {
id: '$ROOT_QUERY.author',
fragment: gql`
fragment author on Author {
author {
name {
first
last
}
name {
first
last
}
}`,
});
Expand Down

0 comments on commit c39a02d

Please sign in to comment.