diff --git a/frontend/src/components/DecayInformations/CollapseLinksList.spec.js b/frontend/src/components/DecayInformations/CollapseLinksList.spec.js index 5dbf5f93c..5d02bb787 100644 --- a/frontend/src/components/DecayInformations/CollapseLinksList.spec.js +++ b/frontend/src/components/DecayInformations/CollapseLinksList.spec.js @@ -100,7 +100,7 @@ describe('CollapseLinksList', () => { }) }) - it('renders text in singular', () => { + it('renders text in plural and shows the correct count of links, () => { expect(mocks.$tc).toBeCalledWith('link-load', 1, { n: 4 }) }) })