fix issues
This commit is contained in:
@@ -152,7 +152,7 @@ describe('NotificationOrmMapper', () => {
|
||||
entity.channel = 'in_app';
|
||||
entity.status = 'action_required';
|
||||
entity.urgency = 'modal';
|
||||
entity.data = { protestId: 'protest-789', deadline: '2025-01-02T00:00:00.000Z' };
|
||||
entity.data = { protestId: 'protest-789', deadline: new Date('2025-01-02T00:00:00.000Z') };
|
||||
entity.actionUrl = null;
|
||||
entity.actions = [{ label: 'Submit Defense', type: 'primary', href: '/defense' }];
|
||||
entity.requiresResponse = true;
|
||||
|
||||
Reference in New Issue
Block a user