Skip to content

Commit

Permalink
testing for ident vs id
Browse files Browse the repository at this point in the history
  • Loading branch information
kttkjl committed Oct 23, 2024
1 parent 63f1282 commit 978ccd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/routes/report/mutationBurden.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ describe('/reports/{REPORTID}/mutation-burden', () => {
});

mutationBurden = await db.models.mutationBurden.create({
reportId: report.ident,
reportId: report.id,
role: 'primary',
codingSnvCount: 13,
});
Expand Down

0 comments on commit 978ccd9

Please sign in to comment.