fix
This commit is contained in:
parent
2930933f19
commit
984657a5dd
@ -175,7 +175,7 @@ public:
|
||||
dir_name += std::to_string(++idx);
|
||||
|
||||
auto dir_path = utils::path::combine(mount_location, {dir_name});
|
||||
EXPECT_TRUE(utils::file::directory(dir_path).create());
|
||||
EXPECT_TRUE(utils::file::directory(dir_path).create_directory());
|
||||
|
||||
EXPECT_TRUE(utils::file::directory(dir_path).exists());
|
||||
EXPECT_FALSE(utils::file::file(dir_path).exists());
|
||||
|
Loading…
x
Reference in New Issue
Block a user