Skip to content

Commit

Permalink
chore(notification): 962 fix message direction
Browse files Browse the repository at this point in the history
  • Loading branch information
ds-mmaul committed Jun 20, 2024
1 parent b6ecbc1 commit ad65531
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 ad65531

Please sign in to comment.