Skip to content

Commit

Permalink
Fixes unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
digimezzo committed Jan 1, 2024
1 parent 3e5aa25 commit b19086a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/common/application/product-information.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ describe('ProductInformation', () => {
const applicationCopyright: string = ProductInformation.applicationCopyright;

// Assert
expect(applicationCopyright).toEqual('Copyright Digimezzo Ⓒ 2014 - 2023');
expect(applicationCopyright).toEqual('Copyright Digimezzo Ⓒ 2014 - 2024');
});
});
});

0 comments on commit b19086a

Please sign in to comment.