mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2024-12-23 01:20:24 +03:00
Fixed typo
This commit is contained in:
parent
daaf91b836
commit
f58b815ef8
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ describe('shortUrlVisitsReducer', () => {
|
|||
expect(visits).toEqual(resolvedVisits);
|
||||
});
|
||||
|
||||
it('performs two API requests when response contains more pages', async () => {
|
||||
it('performs multiple API requests when response contains more pages', async () => {
|
||||
const expectedRequests = 3;
|
||||
const ShlinkApiClient = buildApiClientMock((shortCode, { page }) =>
|
||||
Promise.resolve({
|
||||
|
|
Loading…
Reference in a new issue