Skip to content

Commit ef1857e

Browse files
committed
Fix credo issue
1 parent f29cb56 commit ef1857e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ethers/transaction_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ defmodule Ethers.TransactionTest do
3737
to: "0x95ced938f7991cd0dfcb48f0a06a40fa1af46ebc",
3838
hash: "0xdc78c7e7ea3a5980f732e466daf1fdc4f009e973530d7e84f0b2012f1ff2cfc7",
3939
from: "0x90f8bf6a479f320ead074411a4b0e7944ea8c9c1",
40-
gas: 23856,
40+
gas: 23_856,
4141
block_number: 1429,
4242
gas_price: 8,
4343
max_fee_per_gas: 2_400_000_000,

0 commit comments

Comments
 (0)