mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-27 23:25:53 +00:00
@@ -25,8 +25,7 @@
|
||||
|
||||
#include <optional>
|
||||
|
||||
struct MockLedgerFetcher
|
||||
{
|
||||
struct MockLedgerFetcher {
|
||||
MOCK_METHOD(std::optional<FakeFetchResponse>, fetchData, (uint32_t), ());
|
||||
MOCK_METHOD(std::optional<FakeFetchResponse>, fetchDataAndDiff, (uint32_t), ());
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user