From 6b53d9607590e0dc6996bd41472cb0b8c603fb83 Mon Sep 17 00:00:00 2001 From: Luke Imhoff Date: Tue, 2 Oct 2018 12:24:04 -0500 Subject: [PATCH] _optons -> _options --- apps/ethereum_jsonrpc/test/ethereum_jsonrpc/http/mox_test.exs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/ethereum_jsonrpc/test/ethereum_jsonrpc/http/mox_test.exs b/apps/ethereum_jsonrpc/test/ethereum_jsonrpc/http/mox_test.exs index 1693b020b2..49dacf2b57 100644 --- a/apps/ethereum_jsonrpc/test/ethereum_jsonrpc/http/mox_test.exs +++ b/apps/ethereum_jsonrpc/test/ethereum_jsonrpc/http/mox_test.exs @@ -58,7 +58,7 @@ defmodule EthereumJSONRPC.HTTP.MoxTest do {:ok, %{body: body, status_code: 200}} end) - |> expect(:json_rpc, fn _url, json, _optons -> + |> expect(:json_rpc, fn _url, json, _options -> json_binary = IO.iodata_to_binary(json) refute json_binary =~ ":6499" @@ -147,7 +147,7 @@ defmodule EthereumJSONRPC.HTTP.MoxTest do {:ok, %{body: body, status_code: 200}} end) - |> expect(:json_rpc, fn _url, json, _optons -> + |> expect(:json_rpc, fn _url, json, _options -> json_binary = IO.iodata_to_binary(json) refute json_binary =~ "0x1bdec995deaa0e5b53cc7a0b84eaff39da90f5e507fdb4360881ff31f824d918"