fix
Some checks failed
BlockStorage/repertory_linux_builds/pipeline/head There was a failure building this commit
BlockStorage/repertory/pipeline/head This commit looks good

This commit is contained in:
Scott E. Graves 2024-07-17 17:27:48 -05:00
parent a409408ac0
commit 7590fc4f45

View File

@ -519,7 +519,7 @@ TEST(fuse_drive, all_tests) {
EXPECT_TRUE(utils::file::delete_directory_recursively(test_directory));
const auto mount_location =
utils::path::combine(test_directory, {"mount", std::to_string(idx}));
utils::path::combine(test_directory, {"mount", std::to_string(idx)});
EXPECT_TRUE(utils::file::create_full_directory_path(mount_location));
{