Skip to content

Commit bc5b2c8

Browse files
committed
fix ut
1 parent 366b942 commit bc5b2c8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

be/test/olap/rowset/segment_v2/inverted_index_file_writer_test.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -692,9 +692,8 @@ class IndexStorageFormatV2MockCreateOutputStream : public IndexStorageFormatV2 {
692692
IndexStorageFormatV2MockCreateOutputStream(IndexFileWriter* index_file_writer)
693693
: IndexStorageFormatV2(index_file_writer) {}
694694

695-
MOCK_METHOD((std::pair<std::unique_ptr<lucene::store::Directory, DirectoryDeleter>,
696-
std::unique_ptr<lucene::store::IndexOutput>>),
697-
create_output_stream, (), (override));
695+
MOCK_METHOD((std::unique_ptr<lucene::store::IndexOutput>), create_output_stream, (),
696+
(override));
698697
};
699698

700699
class IndexFileWriterMockCreateOutputStreamV1 : public IndexFileWriter {

0 commit comments

Comments
 (0)