Skip to content

Commit

Permalink
Fix assertion count
Browse files Browse the repository at this point in the history
  • Loading branch information
wcalderipe committed Feb 16, 2024
1 parent 1f274bf commit 62be087
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ describe(CoinGeckoClient.name, () => {
boom: 'something went wrong'
})

expect.assertions(2)
expect.assertions(1)

try {
await client.getSimplePrice({
Expand Down

0 comments on commit 62be087

Please sign in to comment.