Skip to content

Commit 87e9132

Browse files
committed
Remove use of Ethers.send from tests
1 parent a71aa10 commit 87e9132

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/ethers_test.exs

+2-2
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ defmodule EthersTest do
142142
test "bang version returns unwrapped value" do
143143
{:ok, tx_hash} =
144144
HelloWorldContract.set_hello("hello local signer")
145-
|> Ethers.send(
145+
|> Ethers.send_transaction(
146146
from: @from,
147147
to: @to,
148148
signer: Ethers.Signer.Local,
@@ -233,7 +233,7 @@ defmodule EthersTest do
233233
test "bang version returns unwrapped value" do
234234
{:ok, tx_hash} =
235235
HelloWorldContract.set_hello("hello local signer")
236-
|> Ethers.send(
236+
|> Ethers.send_transaction(
237237
from: @from,
238238
to: @to,
239239
signer: Ethers.Signer.Local,

0 commit comments

Comments
 (0)