Fix a sign and unsign comparating in plain_table_db_test
Summary: Test Plan: Reviewers: CC: Task ID: # Blame Rev:
This commit is contained in:
parent
73895c9478
commit
8db376d494
@ -268,7 +268,7 @@ TEST(PlainTableDBTest, Flush) {
|
||||
|
||||
TablePropertiesCollection ptc;
|
||||
reinterpret_cast<DB*>(dbfull())->GetPropertiesOfAllTables(&ptc);
|
||||
ASSERT_EQ(1, ptc.size());
|
||||
ASSERT_EQ(1U, ptc.size());
|
||||
auto row = ptc.begin();
|
||||
auto tp = row->second;
|
||||
ASSERT_EQ(
|
||||
|
Loading…
Reference in New Issue
Block a user