Skip to content

Commit cb0fd93

Browse files
committed
fix: attempt to fix floating test failed on CircleCI
'projectUpdatedKafkaHandler integration "before each" hook for "should throw exception when project not found by id"' failed to parse [doc.lastActivityAt]
1 parent 3ba8c3b commit cb0fd93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/events/projects/index.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ describe('projectUpdatedKafkaHandler', () => {
103103
details: {},
104104
createdBy: 1,
105105
updatedBy: 1,
106-
lastActivityAt: 1,
106+
lastActivityAt: '1970-01-01T00:00:00.001Z',
107107
lastActivityUserId: '1',
108108
});
109109
// add project to ES index

0 commit comments

Comments
 (0)