Skip to content

Commit

Permalink
Remove unused RuntimePlatform from AsyncIOSpec
Browse files Browse the repository at this point in the history
  • Loading branch information
custommonkey committed Sep 23, 2022
1 parent 29f898c commit 697024c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,13 @@
package cats.effect.testing.scalatest

import cats.effect.IO
import cats.effect.testing.RuntimePlatform
import cats.effect.unsafe.IORuntime
import org.scalactic.source.Position
import org.scalatest.AsyncTestSuite
import org.scalatest.enablers.Retrying
import org.scalatest.time.Span

trait AsyncIOSpec extends AssertingSyntax with EffectTestSupport with RuntimePlatform { asyncTestSuite: AsyncTestSuite =>
trait AsyncIOSpec extends AssertingSyntax with EffectTestSupport { asyncTestSuite: AsyncTestSuite =>

implicit lazy val ioRuntime: IORuntime = IORuntime.global

Expand Down

0 comments on commit 697024c

Please sign in to comment.