Skip to content

Commit ee86ff6

Browse files
committed
typo
1 parent f3e2bee commit ee86ff6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/App.test.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ describe('Star', () => {
3939
});
4040

4141
describe('App', () => {
42-
it('calls the query function method on Apollo Client', () => {
42+
it('calls the query method on Apollo Client', () => {
4343
spy(clientMock, 'watchQuery');
4444

4545
const wrapper = mount(
@@ -48,7 +48,6 @@ describe('App', () => {
4848
</ApolloProvider>,
4949
);
5050

51-
// expect(clientMock.query.calledOnce).toEqual(true);
5251
expect(clientMock.watchQuery.calledOnce).toEqual(true);
5352

5453
expect(clientMock.watchQuery.getCall(0).args[0].query).toEqual(

0 commit comments

Comments
 (0)