diff --git a/services/harmony/test/labels/label_crud.ts b/services/harmony/test/labels/label_crud.ts index 3aacc9498..687d9845d 100644 --- a/services/harmony/test/labels/label_crud.ts +++ b/services/harmony/test/labels/label_crud.ts @@ -18,7 +18,7 @@ describe('Get Labels', function () { const trx = await db.transaction(); await joeJob.save(trx); await jillJob.save(trx); - trx.commit(); + await trx.commit(); }); describe('When getting labels using the admin route', function () {