From 7590fc4f45df6d37d6dcab14615af3054649a80c Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Wed, 17 Jul 2024 17:27:48 -0500 Subject: [PATCH] fix --- repertory/repertory_test/src/fuse_drive_test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/repertory/repertory_test/src/fuse_drive_test.cpp b/repertory/repertory_test/src/fuse_drive_test.cpp index c8ee39b7..7e2c080c 100644 --- a/repertory/repertory_test/src/fuse_drive_test.cpp +++ b/repertory/repertory_test/src/fuse_drive_test.cpp @@ -518,8 +518,8 @@ TEST(fuse_drive, all_tests) { get_test_dir(), {"fuse_drive" + std::to_string(idx)}); EXPECT_TRUE(utils::file::delete_directory_recursively(test_directory)); - const auto mount_location = - utils::path::combine(test_directory, {"mount", std::to_string(idx})); + const auto mount_location = + utils::path::combine(test_directory, {"mount", std::to_string(idx)}); EXPECT_TRUE(utils::file::create_full_directory_path(mount_location)); {