#7864 - 7864_testToMaster_2434 #2867

Merged
jsegarra merged 139 commits from 7864_testToMaster_2434 into master 2024-08-20 06:33:22 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 3c62046277 - Show all commits

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 {