Skip to content

Commit 72eeede

Browse files
committed
Fixed a SchemaRegistry spec.
1 parent 7624945 commit 72eeede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema-registry/src/test/scala/net/manub/embeddedkafka/schemaregistry/EmbeddedKafkaWithSchemaRegistryObjectSpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class EmbeddedKafkaWithSchemaRegistryObjectSpec
1111
EmbeddedKafkaConfigWithSchemaRegistry(kafkaPort = 7000,
1212
zooKeeperPort = 7001,
1313
schemaRegistryPort = 7002))
14-
EmbeddedKafka.start()(
14+
EmbeddedKafkaWithSchemaRegistry.start()(
1515
EmbeddedKafkaConfigWithSchemaRegistry(kafkaPort = 8000,
1616
zooKeeperPort = 8001,
1717
schemaRegistryPort = 8002))

0 commit comments

Comments
 (0)