test: Happy new year!

This commit is contained in:
Girish Ramakrishnan
2026-01-01 10:10:39 +01:00
parent 60420c3e32
commit 73e929f0cf
+1 -1
View File
@@ -55,6 +55,6 @@ describe('Branding', function () {
it('can render footer with YEAR', async function () {
await branding.setFooter('BigFoot Inc %YEAR%', auditSource);
expect(await branding.renderFooter()).to.be('BigFoot Inc 2025');
expect(await branding.renderFooter()).to.be('BigFoot Inc 2026');
});
});