Skip to content

Commit

Permalink
fix be ut
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaokang committed Oct 1, 2023
1 parent 0806ead commit 71c69d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/test/io/fs/local_file_system_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ TEST_F(LocalFileSystemTest, TestCopyAndBatchDelete) {

// copy
std::string dest_path = "./file_copy_dest/";
EXPECT_TRUE(io::global_local_filesystem()->copy_dirs(path, dest_path).ok());
EXPECT_TRUE(io::global_local_filesystem()->copy_path(path, dest_path).ok());

std::vector<std::string> dirs;
std::vector<std::string> files;
Expand Down

0 comments on commit 71c69d9

Please sign in to comment.