From 691ea91eb79f3feb35b2f1d8a246ffd10bb87435 Mon Sep 17 00:00:00 2001 From: Alexander Friedland Date: Thu, 17 Mar 2022 16:45:36 +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 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 }) }) })