Skip to content

Commit 7a858cb

Browse files
committed
Revert "fix: attempt to fix floating test failed on CircleCI"
This reverts commit cb0fd93.
1 parent cb0fd93 commit 7a858cb

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: '1970-01-01T00:00:00.001Z',
106+
lastActivityAt: 1,
107107
lastActivityUserId: '1',
108108
});
109109
// add project to ES index

0 commit comments

Comments
 (0)