fix: backTest
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
Vicent Llopis 2022-07-12 11:57:01 +02:00
parent 1eb6ee69cc
commit dd46a974cc
1 changed files with 1 additions and 1 deletions

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) {