Skip to content

Commit c4be7a4

Browse files
committed
Fixed a missing import
1 parent 02638f4 commit c4be7a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/scala/net/manub/embeddedkafka/EmbeddedKafkaSpec.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ class EmbeddedKafkaSpec
219219

220220
"the aKafkaProducer object" should {
221221
"return a producer that encodes messages for the given type" in {
222+
import Codecs._
222223
withRunningKafka {
223224
val producer = aKafkaProducer[String]
224225
producer.send(new ProducerRecord[String, String]("a topic", "a message"))

0 commit comments

Comments
 (0)