We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bb23c9 commit 5904bdcCopy full SHA for 5904bdc
1 file changed
src/paimon/core/operation/file_store_commit_impl_test.cpp
@@ -86,7 +86,6 @@ class GmockFileSystemFactory : public LocalFileSystemFactory {
86
87
Result<std::unique_ptr<FileSystem>> Create(
88
const std::string& path, const std::map<std::string, std::string>& options) const override {
89
- return std::make_unique<testing::NiceMock<GmockFileSystem>>();
90
auto fs = std::make_unique<testing::NiceMock<GmockFileSystem>>();
91
auto fs_ptr = fs.get();
92
using ::testing::A;
0 commit comments