mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
fix u/s comparison #83
This commit is contained in:
@@ -842,7 +842,7 @@ void VerifyTableProperties(DB* db, uint64_t expected_entries_size) {
|
||||
ASSERT_OK(db->GetPropertiesOfAllTables(&props));
|
||||
|
||||
assert(props.size() == 4);
|
||||
ASSERT_EQ(4, props.size());
|
||||
ASSERT_EQ(4U, props.size());
|
||||
std::unordered_set<uint64_t> unique_entries;
|
||||
|
||||
// Indirect test
|
||||
|
||||
Reference in New Issue
Block a user