Skip to content

Commit 94c395b

Browse files
authored
Merge pull request #458 from mluukkai/patch-1
Update App.jest.spec.jsx
2 parents a9880b6 + 69a75b3 commit 94c395b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/App.jest.spec.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ describe('<App />', () => {
2020
render(<App />)
2121
})
2222
expect(axiosMock.get).toHaveBeenCalledTimes(1)
23-
expect(axiosMock.get).toHaveBeenCalledWith('https://pokeapi.co/api/v2/pokemon/?limit=784')
23+
expect(axiosMock.get).toHaveBeenCalledWith('https://pokeapi.co/api/v2/pokemon/?limit=50')
2424
})
2525

2626
it('shows LoadingSpinner', async () => {

0 commit comments

Comments
 (0)