diff --git a/app/actions/local/team.test.ts b/app/actions/local/team.test.ts index eb6a0aee7..3790cd2cf 100644 --- a/app/actions/local/team.test.ts +++ b/app/actions/local/team.test.ts @@ -280,6 +280,7 @@ describe('addSearchToTeamSearchHistory', () => { operator.handleTeamSearchHistory = jest.fn(); operator.batchRecords = jest.fn(); + jest.spyOn(Date, 'now').mockImplementation(() => 1724657520366); }); afterEach(async () => {