Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
aoiasd committed Dec 30, 2024
1 parent 58b7ce2 commit 01ba7d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/datacoord/meta_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,7 @@ func TestUpdateSegmentsInfo(t *testing.T) {

err = meta.UpdateSegmentsInfo(
context.TODO(),
UpdateBinlogsOperator(1, nil, nil, nil),
UpdateBinlogsOperator(1, nil, nil, nil, nil),
)
assert.NoError(t, err)

Expand Down

0 comments on commit 01ba7d7

Please sign in to comment.