Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Commit

Permalink
Merge 103f2d5 into 8597e42
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesb2 committed Jan 3, 2017
2 parents 8597e42 + 103f2d5 commit fb8334c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions Changelog.md
Expand Up @@ -3,6 +3,7 @@
Expect active development and potentially significant breaking changes in the `0.x` track. We'll try to be diligent about releasing a `1.0` version in a timely fashion (ideally within 1 or 2 months), so that we can take advantage of SemVer to signify breaking changes from that point on.

### vNext
+ [PR #390](https://github.com/apollostack/react-apollo/pull/390) gets rid of warning during queries test.

### v0.7.2

Expand Down
3 changes: 1 addition & 2 deletions test/react-web/client/graphql/queries.test.tsx
Expand Up @@ -2021,8 +2021,7 @@ describe('queries', () => {
return null;
}
};

mount(<ApolloProvider client={client}><Container /></ApolloProvider>);
const output = renderer.create(<ApolloProvider client={client}><Container /></ApolloProvider>);
});

it('stores the component name in the query metadata', (done) => {
Expand Down

0 comments on commit fb8334c

Please sign in to comment.