file db unit tests and fixes
Some checks failed
BlockStorage/repertory/pipeline/head There was a failure building this commit
Some checks failed
BlockStorage/repertory/pipeline/head There was a failure building this commit
This commit is contained in:
parent
f23f214cfc
commit
68e76285fe
@ -209,6 +209,7 @@ TYPED_TEST(file_db_test,
|
|||||||
item_not_found_is_returned_for_non_existing_file_data_api_path) {
|
item_not_found_is_returned_for_non_existing_file_data_api_path) {
|
||||||
this->file_db->clear();
|
this->file_db->clear();
|
||||||
|
|
||||||
|
i_file_db::file_data data{};
|
||||||
EXPECT_EQ(api_error::item_not_found,
|
EXPECT_EQ(api_error::item_not_found,
|
||||||
this->file_db->get_file_data("/file", data));
|
this->file_db->get_file_data("/file", data));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user