Skip to content

Commit

Permalink
Already provided elsewhere
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvanoosten committed Dec 17, 2023
1 parent 9f45ecb commit 57192de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zio-kafka-test/src/test/scala/zio/kafka/ProducerSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ object ProducerSpec extends ZIOSpecDefaultSlf4j with KafkaRandom {
_ <- t.get.produce(topic, 0, 0, Serde.int, Serde.int, None)
} yield ()
assertZIO(test.exit)(failsCause(containsCause(Cause.fail(TransactionLeaked(OffsetBatch.empty)))))
}.provideSome[Kafka](transactionalProducer(UUID.randomUUID().toString)),
},
test("fails if transaction leaks in an open transaction") {
val test = for {
topic <- randomTopic
Expand Down

0 comments on commit 57192de

Please sign in to comment.