mirror of
https://github.com/XRPLF/clio.git
synced 2025-12-06 09:18:02 +00:00
Implement extractor tests (#671)
This commit is contained in:
@@ -24,12 +24,12 @@
|
||||
|
||||
using namespace Backend;
|
||||
|
||||
class MockBackend : public BackendInterface
|
||||
struct MockBackend : public BackendInterface
|
||||
{
|
||||
public:
|
||||
MockBackend(clio::Config)
|
||||
{
|
||||
}
|
||||
|
||||
MOCK_METHOD(
|
||||
std::optional<ripple::LedgerInfo>,
|
||||
fetchLedgerBySequence,
|
||||
|
||||
Reference in New Issue
Block a user