Skip to content

Commit

Permalink
- Update variants unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
bnguyen-bcgsc committed Nov 5, 2024
1 parent cd7ef29 commit 936bec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/routes/report/variants.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ describe('/reports/{REPORTID}/kb-matches', () => {

// delete report
afterAll(async () => {
await db.models.report.destroy({where: {ident: rapidReportIdent.ident}, force: true});
await db.models.report.destroy({where: {ident: rapidReportIdent.ident}});
}, LONGER_TIMEOUT);
});

Expand Down

0 comments on commit 936bec1

Please sign in to comment.