fix
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good

This commit is contained in:
2025-01-25 09:36:33 -06:00
parent 26358b1e67
commit b7d2ac3304

View File

@ -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,