mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Fix another sign and unsign comparison in test
This commit is contained in:
@@ -614,7 +614,7 @@ TEST(BackupableDBTest, OnlineIntegrationTest) {
|
||||
|
||||
std::vector<BackupInfo> backup_info;
|
||||
restore_db_->GetBackupInfo(&backup_info);
|
||||
ASSERT_EQ(2, backup_info.size());
|
||||
ASSERT_EQ(2UL, backup_info.size());
|
||||
|
||||
// check backup 3
|
||||
AssertBackupConsistency(3, 0, 3 * keys_iteration, max_key);
|
||||
|
||||
Reference in New Issue
Block a user