From 6af0d516288ecc93d2bd17560df44c5ea70b5ada Mon Sep 17 00:00:00 2001 From: Alexander Friedland Date: Thu, 17 Mar 2022 16:47:35 +0100 Subject: [PATCH] Update frontend/src/components/DecayInformations/CollapseLinksList.spec.js Co-authored-by: Moriz Wahl --- .../src/components/DecayInformations/CollapseLinksList.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }) }) })