Skip to content

Commit

Permalink
Fix test imports
Browse files Browse the repository at this point in the history
  • Loading branch information
cwholmes authored Jan 6, 2024
1 parent dfbd84a commit f64a735
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ import org.apache.kafka.clients.consumer.{
CooperativeStickyAssignor,
NoOffsetForPartitionException
}
import org.apache.kafka.common.{PartitionInfo, TopicPartition}
import org.apache.kafka.common.errors.TimeoutException
import org.apache.kafka.common.TopicPartition
import org.scalatest.Assertion

final class KafkaConsumerSpec extends BaseKafkaSpec {
Expand Down

0 comments on commit f64a735

Please sign in to comment.