Skip to content

Commit d6552a3

Browse files
committed
CCM-00001: test fix
1 parent 1c57f92 commit d6552a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ async function createRoutingConfigs(): Promise<MessagePlansPageData> {
2626
draftNew: RoutingConfigFactory.create(user).dbEntry,
2727
draftOld: {
2828
...RoutingConfigFactory.create(user).dbEntry,
29-
createdAt: new Date('2020-10-09T00:00:00.000Z').toISOString(),
29+
updatedAt: new Date('2020-10-09T00:00:00.000Z').toISOString(),
3030
},
3131
production: RoutingConfigFactory.create(user, { status: 'COMPLETED' })
3232
.dbEntry,

0 commit comments

Comments
 (0)