Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Uli-Tiger committed Jul 12, 2023
1 parent 6f725cb commit 3a393ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ describe('QuoteDetailsVendorContactComponent', () => {
});
it('should map creation date', () => {
expect(mapCommentToMessageEvent(comment).createdAt).toContain(
'Mon Oct 03 2022 17:33:45 GMT+0200'
'Mon Oct 03 2022 17:33:45'
);
});
it('should map author', () => {
Expand Down

0 comments on commit 3a393ad

Please sign in to comment.