1781-zoneHoliday #994

Merged
joan merged 49 commits from 1781-zoneHoliday into dev 2022-08-03 06:41:31 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit dd46a974cc - Show all commits

View File

@ -9,7 +9,7 @@ describe('zone getEvents()', () => {
let result = await models.Zone.getEvents(20, 1, options);
expect(result.events.length).toEqual(12);
expect(result.events.length).toEqual(10);
await tx.rollback();
} catch (e) {