Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
guizmaii committed Feb 27, 2023
1 parent 434e659 commit 5213ede
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import zio.kafka.consumer.internal.Runloop.Command
import zio.kafka.consumer.{ Consumer, ConsumerSettings }
import zio.kafka.embedded.Kafka
import zio.test._
import zio.{ &, durationInt, Scope, ZIO }
import zio.{ durationInt, Scope, ZIO }

object RunloopSpec extends ZIOKafkaSpec {
override val kafkaPrefix: String = "runloopspec"
Expand Down Expand Up @@ -54,7 +54,7 @@ object RunloopSpec extends ZIOKafkaSpec {
}
)

override def spec: Spec[TestEnvironment & Kafka & Scope, Any] =
override def spec: Spec[TestEnvironment with Kafka with Scope, Any] =
suite("Runloop")(
runSpec
)
Expand Down

0 comments on commit 5213ede

Please sign in to comment.