Skip to content

Commit

Permalink
- Code linting
Browse files Browse the repository at this point in the history
  • Loading branch information
bnguyen-bcgsc committed Nov 26, 2024
1 parent 9573f1d commit d56317c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/routes/report/gene.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ describe('/reports/{report}/genes', () => {
.type('json')
.expect(HTTP_STATUS.CREATED);

checkGene(res.body);
checkGene(res.body);
expect(res.body).toEqual(expect.objectContaining(GENE_DATA));

// Check that record was created in the db
Expand Down

0 comments on commit d56317c

Please sign in to comment.