mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-24 21:55:56 +00:00
@@ -50,7 +50,8 @@ TEST(LedgerUtilsTests, LedgerObjectTypeList)
|
||||
JS(bridge),
|
||||
JS(xchain_owned_claim_id),
|
||||
JS(xchain_owned_create_account_claim_id),
|
||||
JS(did)
|
||||
JS(did),
|
||||
JS(oracle)
|
||||
};
|
||||
ASSERT_TRUE(std::size(typesList) == types.size());
|
||||
EXPECT_TRUE(std::all_of(std::cbegin(typesList), std::cend(typesList), [&types](auto const& type) {
|
||||
|
||||
Reference in New Issue
Block a user