mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-21 12:15:54 +00:00
Implement basic transformer tests (#689)
This commit is contained in:
@@ -33,9 +33,8 @@ using namespace testing;
|
||||
class ETLExtractorTest : public NoLoggerFixture
|
||||
{
|
||||
protected:
|
||||
using DataType = FakeFetchResponse;
|
||||
using ExtractionDataPipeType = MockExtractionDataPipe<DataType>;
|
||||
using LedgerFetcherType = MockLedgerFetcher<DataType>;
|
||||
using ExtractionDataPipeType = MockExtractionDataPipe;
|
||||
using LedgerFetcherType = MockLedgerFetcher;
|
||||
using ExtractorType =
|
||||
clio::detail::Extractor<ExtractionDataPipeType, MockNetworkValidatedLedgers, LedgerFetcherType>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user