mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-20 19:56:00 +00:00
@@ -33,7 +33,7 @@ constexpr static auto START_SEQ = 1234;
|
||||
|
||||
class ETLExtractionDataPipeTest : public NoLoggerFixture {
|
||||
protected:
|
||||
etl::detail::ExtractionDataPipe<uint32_t> pipe_{STRIDE, START_SEQ};
|
||||
etl::impl::ExtractionDataPipe<uint32_t> pipe_{STRIDE, START_SEQ};
|
||||
};
|
||||
|
||||
TEST_F(ETLExtractionDataPipeTest, StrideMatchesInput)
|
||||
|
||||
Reference in New Issue
Block a user