Browse Source

MINOR: Remove integration package prefix from ConsumerTopicCreationTest (#6916)

Reviewers: Manikumar Reddy <manikumar.reddy@gmail.com>
pull/7869/head
Gardner Vickers 6 years ago committed by Manikumar Reddy
parent
commit
cb2c4c3d7a
  1. 2
      core/src/test/scala/integration/kafka/api/ConsumerTopicCreationTest.scala

2
core/src/test/scala/integration/kafka/api/ConsumerTopicCreationTest.scala

@ -15,7 +15,7 @@ @@ -15,7 +15,7 @@
* limitations under the License.
*/
package integration.kafka.api
package kafka.api
import java.lang.{Boolean => JBoolean}
import java.time.Duration

Loading…
Cancel
Save