Skip to content

Commit

Permalink
Return imports to original state
Browse files Browse the repository at this point in the history
  • Loading branch information
Z1kkurat committed Feb 2, 2020
1 parent ce23501 commit 465ddb3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/shared/src/test/scala/fs2/StreamSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,11 @@ import cats.effect._
import cats.effect.concurrent.{Deferred, Ref, Semaphore}
import cats.implicits._
import scala.concurrent.duration._
import fs2.concurrent.{Queue, SignallingRef}
import scala.concurrent.TimeoutException
import org.scalactic.anyvals._
import org.scalatest.{Assertion, Succeeded}
import fs2.concurrent.{Queue, SignallingRef}


class StreamSpec extends Fs2Spec {
"Stream" - {
"++" in forAll { (s1: Stream[Pure, Int], s2: Stream[Pure, Int]) =>
Expand Down

0 comments on commit 465ddb3

Please sign in to comment.