Skip to content

Commit

Permalink
fix: update mutation-burden ident
Browse files Browse the repository at this point in the history
DEVSU-2473
  • Loading branch information
kttkjl committed Oct 17, 2024
1 parent f9aa2b7 commit 898753c
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.id,
reportId: report.ident,
role: 'primary',
codingSnvCount: 13,
});
Expand Down

0 comments on commit 898753c

Please sign in to comment.