Fix JS unit tests

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2021-08-02 19:26:23 +02:00
parent 8c480af4bd
commit 0c749742ab
6 changed files with 35 additions and 16 deletions

View File

@@ -108,6 +108,7 @@ export const eventCommentThreadsMock = {
summary: "I am the senate",
},
deletedAt: null,
insertedAt: "2020-12-03T09:02:00Z",
isAnnouncement: false,
},
{
@@ -137,6 +138,7 @@ export const eventCommentThreadsMock = {
summary: "I am the senate",
},
deletedAt: null,
insertedAt: "2020-12-03T11:02:00Z",
isAnnouncement: false,
},
],
@@ -180,6 +182,7 @@ export const newCommentForEventResponse: DataMock = {
summary: "I am the senate",
},
deletedAt: null,
insertedAt: "2020-12-03T13:02:00Z",
isAnnouncement: false,
},
},