Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tam315 authored May 25, 2018
1 parent ea986f3 commit 8004b08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ describe('testing api', () => {
fetch.mockResponseOnce(JSON.stringify({ data: '12345' }))

//assert on the response
APIRequest2('google').then(res => {
APIRequest('google').then(res => {
expect(res.data).toEqual('12345')
})

Expand Down

0 comments on commit 8004b08

Please sign in to comment.