Skip to content

Commit

Permalink
fix make fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
3AceShowHand committed Nov 10, 2023
1 parent 368b039 commit 891daea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cdc/sinkv2/util/helper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ func TestPartition(t *testing.T) {

// assume a topic already exist, the not default topic won't be affected by the default topic's partition number.
err = adminClient.CreateTopic("new-topic-2", &sarama.TopicDetail{

NumPartitions: 3,
}, false)
require.NoError(t, err)
Expand Down

0 comments on commit 891daea

Please sign in to comment.