mirror of
https://github.com/XRPLF/clio.git
synced 2025-12-03 01:55:54 +00:00
committed by
GitHub
parent
6065d324b5
commit
a9d685d5c0
@@ -28,9 +28,7 @@
|
||||
struct MockSubscriptionManager {
|
||||
public:
|
||||
using session_ptr = std::shared_ptr<web::ConnectionBase>;
|
||||
MockSubscriptionManager()
|
||||
{
|
||||
}
|
||||
MockSubscriptionManager() = default;
|
||||
|
||||
MOCK_METHOD(boost::json::object, subLedger, (boost::asio::yield_context, session_ptr), ());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user