feat workerActivity refs #6078
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Sergio De la torre 2024-08-07 10:48:12 +02:00
parent 849989afa8
commit 22c3a632e2
1 changed files with 1 additions and 1 deletions

View File

@ -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