Skip to content

Commit

Permalink
remove deleted check
Browse files Browse the repository at this point in the history
  • Loading branch information
Nithriel committed Oct 23, 2024
1 parent c37591f commit 607f350
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/routes/report/signatureVariants.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -202,10 +202,6 @@ describe('/reports/{REPORTID}/sigv', () => {
// delete newly created report and all of it's components
// indirectly by hard deleting newly created patient
report.destroy({force: true});

// verify report is deleted
const result = await db.models.report.findOne({where: {ident: report.ident}, paranoid: true});
expect(result).toBeNull();
});
});

Expand Down

0 comments on commit 607f350

Please sign in to comment.