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

Commit

Permalink
gets rid of queries.test warning (#390)
Browse files Browse the repository at this point in the history
* gets rid of queries.test warning

* refer to 390 in changelog
  • Loading branch information
gilesb2 authored and James Baxley committed Jan 5, 2017
1 parent b01bfd5 commit 25c018f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
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.

[PR #391](https://github.com/apollostack/react-apollo/pull/391) gets rid of warnings during redux test.

Expand Down
3 changes: 1 addition & 2 deletions test/react-web/client/graphql/queries.test.tsx
Original file line number Diff line number Diff line change
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 25c018f

Please sign in to comment.