From b7d2ac33043005a9605cac6fa9a2e175f9fd194c Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Sat, 25 Jan 2025 09:36:33 -0600 Subject: [PATCH] fix --- repertory/repertory_test/src/file_db_test.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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,