Skip to content

Commit

Permalink
fix the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gromdimon committed Sep 27, 2024
1 parent a89d817 commit 3190901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/api/autoacmg/client.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ describe('AutoACMGClient', () => {
ins: 'A',
userRepr: 'GRCh37-17-41245466-G-A'
})
).rejects.toThrow('HTTP error! status: 404')
).rejects.toThrow('Failed to fetch auto-acmg.')
})

it('should throw an error for invalid JSON response', async () => {
Expand Down

0 comments on commit 3190901

Please sign in to comment.