From eaeec5b84105ec365865ed401ed43718e363f050 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Armando=20Garc=C3=ADa=20Sancio?= Date: Tue, 31 Mar 2020 15:28:26 -0700 Subject: [PATCH] MINOR: Rename TopicCommandTest Rename the test suite to later add unittests that don't depend on ZK or the AdminClient TopiCommand types. --- ...{TopicCommandTest.scala => TopicCommandWithZKClientTest.scala} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename core/src/test/scala/unit/kafka/admin/{TopicCommandTest.scala => TopicCommandWithZKClientTest.scala} (100%) diff --git a/core/src/test/scala/unit/kafka/admin/TopicCommandTest.scala b/core/src/test/scala/unit/kafka/admin/TopicCommandWithZKClientTest.scala similarity index 100% rename from core/src/test/scala/unit/kafka/admin/TopicCommandTest.scala rename to core/src/test/scala/unit/kafka/admin/TopicCommandWithZKClientTest.scala