mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Fix test for year in footer
This commit is contained in:
parent
5e8af000f4
commit
b640121958
@ -33,7 +33,7 @@ describe('ContentFooter', () => {
|
|||||||
})
|
})
|
||||||
|
|
||||||
it('renders the copyright year', () => {
|
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', () => {
|
it('renders a link to Gradido-Akademie', () => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user