mirror of
https://github.com/XRPLF/clio.git
synced 2025-12-06 17:27:58 +00:00
@@ -54,7 +54,7 @@ struct MockAsyncRPCEngine
|
||||
MOCK_METHOD(void, notifyTooBusy, (), ());
|
||||
MOCK_METHOD(void, notifyUnknownCommand, (), ());
|
||||
MOCK_METHOD(void, notifyInternalError, (), ());
|
||||
MOCK_METHOD(RPC::Result, buildResponse, (web::Context const&), ());
|
||||
MOCK_METHOD(rpc::Result, buildResponse, (web::Context const&), ());
|
||||
};
|
||||
|
||||
struct MockRPCEngine
|
||||
@@ -69,5 +69,5 @@ struct MockRPCEngine
|
||||
MOCK_METHOD(void, notifyTooBusy, (), ());
|
||||
MOCK_METHOD(void, notifyUnknownCommand, (), ());
|
||||
MOCK_METHOD(void, notifyInternalError, (), ());
|
||||
MOCK_METHOD(RPC::Result, buildResponse, (web::Context const&), ());
|
||||
MOCK_METHOD(rpc::Result, buildResponse, (web::Context const&), ());
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user