Skip to content

Commit

Permalink
Fix flacky test on super fast machine
Browse files Browse the repository at this point in the history
  • Loading branch information
P-Jeremy committed Sep 20, 2024
1 parent 0bf3e02 commit 3f60c4b
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,10 @@ describe('Certification | Configuration | Integration | Repository | center-pilo
describe('update', function () {
it('should update the center pilot features', async function () {
// given
const centerData = databaseBuilder.factory.buildCertificationCenter({ isV3Pilot: false, updatedAt: new Date() });
const centerData = databaseBuilder.factory.buildCertificationCenter({
isV3Pilot: false,
updatedAt: new Date('2020-01-01'),
});
await databaseBuilder.commit();

// when
Expand Down

0 comments on commit 3f60c4b

Please sign in to comment.