Skip to content

Commit 5904bdc

Browse files
committed
fix
1 parent 4bb23c9 commit 5904bdc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/paimon/core/operation/file_store_commit_impl_test.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ class GmockFileSystemFactory : public LocalFileSystemFactory {
8686

8787
Result<std::unique_ptr<FileSystem>> Create(
8888
const std::string& path, const std::map<std::string, std::string>& options) const override {
89-
return std::make_unique<testing::NiceMock<GmockFileSystem>>();
9089
auto fs = std::make_unique<testing::NiceMock<GmockFileSystem>>();
9190
auto fs_ptr = fs.get();
9291
using ::testing::A;

0 commit comments

Comments
 (0)