file mgr db unit tests and fixes
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good
This commit is contained in:
@@ -111,6 +111,6 @@ TYPED_TEST(file_mgr_db_test, can_rename_resume) {
|
||||
EXPECT_EQ(2ULL, list.at(0U).chunk_size);
|
||||
EXPECT_STREQ("/src/test0", list.at(0U).source_path.c_str());
|
||||
|
||||
EXPECT_TRUE(this->file_mgr_db->remove_resume("/test0"));
|
||||
EXPECT_TRUE(this->file_mgr_db->remove_resume("/test1"));
|
||||
}
|
||||
} // namespace repertory
|
||||
|
Reference in New Issue
Block a user