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:47:35 +01:00 committed by GitHub
parent b905235c74
commit 6af0d51628
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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