From 4c394a3fc74ffbbe81f6eaa2446d0d868b9c8492 Mon Sep 17 00:00:00 2001 From: Ayrat Badykov Date: Thu, 20 Jun 2019 13:21:12 +0300 Subject: [PATCH] fix parity test --- apps/ethereum_jsonrpc/test/ethereum_jsonrpc_test.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ethereum_jsonrpc/test/ethereum_jsonrpc_test.exs b/apps/ethereum_jsonrpc/test/ethereum_jsonrpc_test.exs index 3a6bb6f046..fb854601f5 100644 --- a/apps/ethereum_jsonrpc/test/ethereum_jsonrpc_test.exs +++ b/apps/ethereum_jsonrpc/test/ethereum_jsonrpc_test.exs @@ -57,7 +57,7 @@ defmodule EthereumJSONRPCTest do "invalid argument 0: json: cannot unmarshal hex string of odd length into Go value of type common.Address" EthereumJSONRPC.Parity -> - "Invalid params: invalid length 1, expected a 0x-prefixed, padded, hex-encoded hash with length 40." + "Invalid params: invalid length 1, expected a 0x-prefixed hex string with length of 40." _ -> raise ArgumentError, "Unsupported variant (#{variant}})"