From 891daea399ef175c114e6d81e69c4951e20e2543 Mon Sep 17 00:00:00 2001 From: 3AceShowHand Date: Fri, 10 Nov 2023 16:22:51 +0800 Subject: [PATCH] fix make fmt --- cdc/sinkv2/util/helper_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cdc/sinkv2/util/helper_test.go b/cdc/sinkv2/util/helper_test.go index 2dffde7c557..635737de221 100644 --- a/cdc/sinkv2/util/helper_test.go +++ b/cdc/sinkv2/util/helper_test.go @@ -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)