fix
This commit is contained in:
		| @@ -175,7 +175,7 @@ public: | |||||||
|     dir_name += std::to_string(++idx); |     dir_name += std::to_string(++idx); | ||||||
|  |  | ||||||
|     auto dir_path = utils::path::combine(mount_location, {dir_name}); |     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_TRUE(utils::file::directory(dir_path).exists()); | ||||||
|     EXPECT_FALSE(utils::file::file(dir_path).exists()); |     EXPECT_FALSE(utils::file::file(dir_path).exists()); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user