#include #include #include #include #include #include #include namespace xrpl::tests { TEST(FetchPackTest, construct_table) { beast::Journal const j{TestSink::instance()}; TestNodeFamily f{j}; std::shared_ptr const t1{std::make_shared(SHAMapType::FREE, f)}; EXPECT_NE(t1, nullptr); } } // namespace xrpl::tests