Update frontend/src/components/DecayInformations/CollapseLinksList.spec.js

Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
This commit is contained in:
Alexander Friedland 2022-03-17 16:45:36 +01:00 committed by GitHub
parent 06705366ad
commit 691ea91eb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 })
})
})