Skip to content

Commit

Permalink
Merge pull request #1080 from eclipse-tractusx/feature/962-fe-notific…
Browse files Browse the repository at this point in the history
…ation-model-change

chore(notification): 962 fix message direction
  • Loading branch information
ds-mwesener authored Jun 20, 2024
2 parents b39687c + ad65531 commit cd899fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ describe('NotificationReasonComponent', () => {
component.notification = notification;
expect(component.textMessages.length).toBe(2);
expect(component.textMessages[0].message).toEqual('Hello');
expect(component.textMessages[1].direction).toEqual('right');
expect(component.textMessages[1].direction).toEqual('left');
});

it('should correctly compare two dates with isSameDay', () => {
Expand Down

0 comments on commit cd899fe

Please sign in to comment.