mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2024-12-23 09:30:31 +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);
|
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 expectedRequests = 3;
|
||||||
const ShlinkApiClient = buildApiClientMock((shortCode, { page }) =>
|
const ShlinkApiClient = buildApiClientMock((shortCode, { page }) =>
|
||||||
Promise.resolve({
|
Promise.resolve({
|
||||||
|
|
Loading…
Reference in a new issue