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;
|
TablePropertiesCollection ptc;
|
||||||
reinterpret_cast<DB*>(dbfull())->GetPropertiesOfAllTables(&ptc);
|
reinterpret_cast<DB*>(dbfull())->GetPropertiesOfAllTables(&ptc);
|
||||||
ASSERT_EQ(1, ptc.size());
|
ASSERT_EQ(1U, ptc.size());
|
||||||
auto row = ptc.begin();
|
auto row = ptc.begin();
|
||||||
auto tp = row->second;
|
auto tp = row->second;
|
||||||
ASSERT_EQ(
|
ASSERT_EQ(
|
||||||
|
Loading…
Reference in New Issue
Block a user