This is an automated email from the ASF dual-hosted git repository.
manikumar pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/trunk by this push:
new cb2c4c3 MINOR: Remove integration package prefix from
ConsumerTopicCreationTest (#6916)
cb2c4c3 is described below
commit cb2c4c3d7aa854a8ce209145ab85851a8b4ffe85
Author: Gardner Vickers <[email protected]>
AuthorDate: Tue Jun 11 22:34:12 2019 -0700
MINOR: Remove integration package prefix from ConsumerTopicCreationTest
(#6916)
Reviewers: Manikumar Reddy <[email protected]>
---
.../test/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 f447a56..55671ba 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