feat workerActivity refs #6078
gitea/salix/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Sergio De la torre 2024-07-31 06:43:19 +02:00
parent 59df0b3886
commit 3c62046277
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ describe('workerActivity insert()', () => {
};
});
fit('should insert in workerActivity', async() => {
it('should insert in workerActivity', async() => {
const tx = await models.WorkerActivity.beginTransaction({});
try {