From 4864e336792f65f175ba2a3edf5d9454ff5c8e12 Mon Sep 17 00:00:00 2001 From: Kirill Fomichev Date: Thu, 14 Oct 2021 12:09:58 +0300 Subject: [PATCH] fix tests --- client/src/rpc_filter.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/rpc_filter.rs b/client/src/rpc_filter.rs index bf7da415fa60f6..0944c24c56dc37 100644 --- a/client/src/rpc_filter.rs +++ b/client/src/rpc_filter.rs @@ -251,7 +251,7 @@ mod tests { encoding: None, }) .verify(), - Err(RpcFilterError::Base58DataTooLarge) + Err(RpcFilterError::DataTooLarge) ); } }