Skip to content

Commit

Permalink
test: up snap
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Dec 21, 2024
1 parent 04630fd commit 1ffb683
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/linea/actions/estimateGas.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Hex } from 'ox'
import { expect, test } from 'vitest'

import { accounts } from '../../../test/src/constants.js'
import { createClient } from '../../clients/createClient.js'
import { http } from '../../clients/transports/http.js'
import { parseEther } from '../../utils/unit/parseEther.js'
Expand Down Expand Up @@ -29,7 +29,7 @@ test('default', async () => {
test('error: insufficient balance', async () => {
await expect(() =>
estimateGas(client, {
account: accounts[0].address,
account: Hex.random(20),
to: '0x0000000000000000000000000000000000000000',
value: parseEther('0.0001'),
}),
Expand Down

0 comments on commit 1ffb683

Please sign in to comment.