Skip to content

Commit 2ab376a

Browse files
CCM-12666: Fix component tests
1 parent 7700486 commit 2ab376a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test-team/template-mgmt-routing-component-tests/message-plans.routing-component.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ async function createRoutingConfigs(): Promise<MessagePlansPageData> {
2727
draftOld: {
2828
...RoutingConfigFactory.create(user).dbEntry,
2929
createdAt: new Date('2020-10-09T00:00:00.000Z').toISOString(),
30+
updatedAt: new Date('2020-10-09T00:00:00.000Z').toISOString(),
3031
},
3132
production: RoutingConfigFactory.create(user, { status: 'COMPLETED' })
3233
.dbEntry,

0 commit comments

Comments
 (0)