Skip to content

Commit db6c871

Browse files
committed
regenerate interface
Signed-off-by: yangxuan <[email protected]>
1 parent 153d669 commit db6c871

File tree

2 files changed

+48
-0
lines changed

2 files changed

+48
-0
lines changed

internal/flushcommon/pipeline/flow_graph_dd_node_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ func TestFlowGraph_DDNode_OperateFlush(t *testing.T) {
9999
h.EXPECT().HandleCreateSegment(mock.Anything, mock.Anything).Return(nil)
100100
h.EXPECT().HandleFlush(mock.Anything).Return(nil)
101101
h.EXPECT().HandleManualFlush(mock.Anything).Return(nil)
102+
h.EXPECT().HandleAlterDatabase(mock.Anything, mock.Anything).Return(nil)
102103

103104
ddn := ddNode{
104105
ctx: context.Background(),

internal/mocks/flushcommon/mock_util/mock_MsgHandler.go

Lines changed: 47 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)