diff --git a/repertory/repertory_test/src/file_db_test.cpp b/repertory/repertory_test/src/file_db_test.cpp index 6708a218..3f3b6ed3 100644 --- a/repertory/repertory_test/src/file_db_test.cpp +++ b/repertory/repertory_test/src/file_db_test.cpp @@ -21,7 +21,6 @@ */ #include "fixtures/file_db_fixture.hpp" -#include 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,