Skip to content

Commit

Permalink
rm console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
pgherveou committed Nov 26, 2024
1 parent 434b2d1 commit 868ae85
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ for (const env of envs) {
} catch (err) {
const lastJsonRpcError = jsonRpcErrors.pop()
expect(lastJsonRpcError?.code).toBe(-32000)
console.log(lastJsonRpcError?.message)
expect(lastJsonRpcError?.message).toInclude('insufficient funds')
expect(lastJsonRpcError?.data).toBeUndefined()
}
Expand Down

0 comments on commit 868ae85

Please sign in to comment.