add test tag

pull/2456/head
Ayrat Badykov 5 years ago
parent 3b999e2e71
commit 5fe9905e71
No known key found for this signature in database
GPG Key ID: B44668E265E9396F
  1. 1
      apps/ethereum_jsonrpc/test/ethereum_jsonrpc/geth_test.exs

@ -84,6 +84,7 @@ defmodule EthereumJSONRPC.GethTest do
end
describe "fetch_pending_transactions/1" do
@tag :no_geth
test "fetches pending transactions", %{json_rpc_named_arguments: json_rpc_named_arguments} do
expect(EthereumJSONRPC.Mox, :json_rpc, fn _, _ ->
{:ok,

Loading…
Cancel
Save