This commit is contained in:
Girish Ramakrishnan
2022-01-05 09:17:03 -08:00
parent 44a149d1d9
commit d049aa1b57
+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 2021');
expect(branding.renderFooter('BigFoot Inc %YEAR%')).to.be('BigFoot Inc 2022');
});
});