fix: backTest
gitea/salix/pipeline/head There was a failure building this commit
Details
gitea/salix/pipeline/head There was a failure building this commit
Details
This commit is contained in:
parent
1eb6ee69cc
commit
dd46a974cc
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue