AAE-0000 Trigger alpha build (#11206)

This commit is contained in:
Bartosz Sekula
2025-09-18 13:23:46 +02:00
committed by GitHub
parent 2b08e0c1d0
commit 4964ae94c5

View File

@@ -43,6 +43,7 @@ describe('ProcessFilterCloudModel', () => {
const model = new ProcessFilterCloudModel({
suspendedDateType: DateCloudFilterType.TODAY
});
expect(model.suspendedFrom).toEqual(startOfDay(date).toISOString());
expect(model.suspendedTo).toEqual(endOfDay(date).toISOString());
});