diff --git a/src/test/branding-test.js b/src/test/branding-test.js index 31c2c4081..8587f791e 100644 --- a/src/test/branding-test.js +++ b/src/test/branding-test.js @@ -25,6 +25,6 @@ describe('Branding', function () { }); it('can render footer with YEAR', async function () { - expect(branding.renderFooter('BigFoot Inc %YEAR%')).to.be('BigFoot Inc 2021'); + expect(branding.renderFooter('BigFoot Inc %YEAR%')).to.be('BigFoot Inc 2022'); }); });