Skip to content

Commit

Permalink
Fix compile error.
Browse files Browse the repository at this point in the history
  • Loading branch information
teo-tsirpanis committed Sep 4, 2024
1 parent 10eb422 commit 66389e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/src/unit-vfs.cc
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@ TEST_CASE(

TEST_CASE("VFS: Test remove_dir_if_empty", "[vfs][remove-dir-if-empty]") {
ThreadPool tp(1);
VFS vfs{&g_helper_stats, &tp, &tp, Config{}};
VFS vfs{&g_helper_stats, g_helper_logger().get(), &tp, &tp, Config{}};

std::string path = local_path();
std::string dir = path + "remove_dir_if_empty/";
Expand Down

0 comments on commit 66389e2

Please sign in to comment.