fix: backTest
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Vicent Llopis 2022-06-02 13:41:51 +02:00
parent e9c98a98e7
commit 5e01ea58e3
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(10);
expect(result.events.length).toEqual(12);
await tx.rollback();
} catch (e) {