try
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
4bf4a263c4
commit
08ac3ab0a1
|
@ -25,7 +25,7 @@ describe('zone toggleIsIncluded()', () => {
|
|||
try {
|
||||
const options = {transaction: tx};
|
||||
log('Zone.toggleIsIncluded start');
|
||||
let result = await models.Zone.toggleIsIncluded(1, 20, true, options);
|
||||
let result = models.Zone.toggleIsIncluded(1, 20, true, options);
|
||||
log('Zone.toggleIsIncluded finish');
|
||||
|
||||
expect(result.isIncluded).toBeTrue();
|
||||
|
|
Loading…
Reference in New Issue