Fix tests

This commit is contained in:
Girish Ramakrishnan
2023-03-09 18:53:26 +01:00
parent d144d6b273
commit 59a8b001b7
4 changed files with 43 additions and 203 deletions
+1 -1
View File
@@ -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 2022');
expect(branding.renderFooter('BigFoot Inc %YEAR%')).to.be('BigFoot Inc 2023');
});
});