Fix test for year in footer

This commit is contained in:
Wolfgang Huß 2023-01-02 15:10:03 +01:00
parent 5e8af000f4
commit b640121958

View File

@ -33,7 +33,7 @@ describe('ContentFooter', () => {
})
it('renders the copyright year', () => {
expect(mocks.$t).toBeCalledWith('footer.copyright.year', { year: 2022 })
expect(mocks.$t).toBeCalledWith('footer.copyright.year', { year: 2023 })
})
it('renders a link to Gradido-Akademie', () => {