mirror of
https://github.com/XRPLF/clio.git
synced 2026-07-23 15:10:23 +00:00
chore: Update libxrpl to 3.2.0 (#3114)
This commit is contained in:
@@ -479,7 +479,7 @@ TEST_F(WebRPCServerHandlerTest, HTTPErrorPath)
|
||||
.WillOnce(
|
||||
testing::Return(
|
||||
rpc::Result{
|
||||
rpc::Status{rpc::RippledError::rpcINVALID_PARAMS, "ledgerIndexMalformed"}
|
||||
rpc::Status{rpc::RippledError::RpcInvalidParams, "ledgerIndexMalformed"}
|
||||
}
|
||||
)
|
||||
);
|
||||
@@ -534,7 +534,7 @@ TEST_F(WebRPCServerHandlerTest, WsErrorPath)
|
||||
.WillOnce(
|
||||
testing::Return(
|
||||
rpc::Result{
|
||||
rpc::Status{rpc::RippledError::rpcINVALID_PARAMS, "ledgerIndexMalformed"}
|
||||
rpc::Status{rpc::RippledError::RpcInvalidParams, "ledgerIndexMalformed"}
|
||||
}
|
||||
)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user