This commit is contained in:
parent
849989afa8
commit
22c3a632e2
|
@ -13,7 +13,7 @@ describe('workerActivity insert()', () => {
|
|||
{'code': 'STOP', 'description': 'STOP'}, options
|
||||
);
|
||||
|
||||
result = await models.WorkerActivity.add(ctx, 'STOP', 'APP', options);
|
||||
await models.WorkerActivity.add(ctx, 'STOP', 'APP', options);
|
||||
|
||||
count = await models.WorkerActivity.count(
|
||||
{'workerFK': 1106}, options
|
||||
|
|
Loading…
Reference in New Issue