Fix flaky test (#14331)

Test was failing the 15th of each month
This commit is contained in:
Thomas Trompette
2025-09-05 18:50:07 +02:00
committed by GitHub
parent 286682c197
commit e8511a4da0
@@ -742,10 +742,11 @@ describe('evaluateFilterConditions', () => {
expect(evaluateFilterConditions({ filters: [filter] })).toBe(true);
const otherDate = new Date('2023-01-16');
const differentFilter = createFilter(
ViewFilterOperand.Is,
sameDate1,
now,
otherDate,
'DATE',
);