diff --git a/frontend/src/components/DecayInformations/CollapseLinksList.spec.js b/frontend/src/components/DecayInformations/CollapseLinksList.spec.js index 5d02bb787..928ae2735 100644 --- a/frontend/src/components/DecayInformations/CollapseLinksList.spec.js +++ b/frontend/src/components/DecayInformations/CollapseLinksList.spec.js @@ -113,7 +113,7 @@ describe('CollapseLinksList', () => { }) }) - it('renders text in singular', () => { + it('renders text in plural with page size links to load', () => { expect(mocks.$tc).toBeCalledWith('link-load', 2, { n: 5 }) }) })