From 9b0de25b67f0a9fb51a4a3bb9d7b8894f1281969 Mon Sep 17 00:00:00 2001 From: hangc0276 Date: Wed, 7 Apr 2021 20:35:46 +0800 Subject: [PATCH] format code --- .../streamnative/pulsar/handlers/kop/DistributedClusterTest.java | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/src/test/java/io/streamnative/pulsar/handlers/kop/DistributedClusterTest.java b/tests/src/test/java/io/streamnative/pulsar/handlers/kop/DistributedClusterTest.java index 77f703f005..03cb2bd737 100644 --- a/tests/src/test/java/io/streamnative/pulsar/handlers/kop/DistributedClusterTest.java +++ b/tests/src/test/java/io/streamnative/pulsar/handlers/kop/DistributedClusterTest.java @@ -16,7 +16,6 @@ import static org.apache.kafka.common.internals.Topic.GROUP_METADATA_TOPIC_NAME; import static org.apache.pulsar.common.naming.TopicName.PARTITIONED_TOPIC_SUFFIX; import static org.testng.Assert.assertEquals; -import static org.testng.Assert.assertTrue; import com.google.common.collect.Lists; import com.google.common.collect.Maps;