From cb2c4c3d7aa854a8ce209145ab85851a8b4ffe85 Mon Sep 17 00:00:00 2001 From: Gardner Vickers Date: Tue, 11 Jun 2019 22:34:12 -0700 Subject: [PATCH] MINOR: Remove integration package prefix from ConsumerTopicCreationTest (#6916) Reviewers: Manikumar Reddy --- .../scala/integration/kafka/api/ConsumerTopicCreationTest.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/test/scala/integration/kafka/api/ConsumerTopicCreationTest.scala b/core/src/test/scala/integration/kafka/api/ConsumerTopicCreationTest.scala index f447a56f50d..55671bab20d 100644 --- a/core/src/test/scala/integration/kafka/api/ConsumerTopicCreationTest.scala +++ b/core/src/test/scala/integration/kafka/api/ConsumerTopicCreationTest.scala @@ -15,7 +15,7 @@ * limitations under the License. */ -package integration.kafka.api +package kafka.api import java.lang.{Boolean => JBoolean} import java.time.Duration