Skip to content

Commit

Permalink
Return PDescribe
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelreiswildlife committed Mar 22, 2024
1 parent c7a7997 commit 9569c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/kafka_consumer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ var _ = Describe("Kafka Extension", func() {
})
})

Describe("ConsumeLoop", func() {
PDescribe("ConsumeLoop", func() {
It("should consume message and add it to msgChan", func() {
stopChannel := make(chan struct{})
client, err := NewKafkaConsumer(config, logger, &stopChannel)
Expand Down

0 comments on commit 9569c57

Please sign in to comment.