This commit is contained in:
@ -21,7 +21,6 @@
|
||||
*/
|
||||
|
||||
#include "fixtures/file_db_fixture.hpp"
|
||||
#include <filesystem>
|
||||
|
||||
namespace {
|
||||
const auto get_stop_requested = []() -> bool { return false; };
|
||||
@ -345,7 +344,7 @@ TYPED_TEST(file_db_test, can_enumerate_item_list) {
|
||||
this->file_db->clear();
|
||||
|
||||
EXPECT_EQ(api_error::success,
|
||||
this->file_db->add_directory("/", std::filesystem::current_path()));
|
||||
this->file_db->add_directory("/", std::filesystem::current_path().string()));
|
||||
EXPECT_EQ(api_error::success, this->file_db->add_or_update_file({
|
||||
"/file",
|
||||
0U,
|
||||
|
Reference in New Issue
Block a user