Skip to content

Commit

Permalink
Merge pull request #571 from typelevel/wip-fix-dispatcher-shutdown-call
Browse files Browse the repository at this point in the history
runtime: change when dispatcher shuts down in fs2grpc suite
  • Loading branch information
ahjohannessen authored Oct 10, 2022
2 parents 24e33a9 + 89cd216 commit f65bb38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/src/test/scala/Fs2GrpcSuite.scala
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ class Fs2GrpcSuite extends CatsEffectSuite with CatsEffectFunFixtures {
}

body(ec, r, fakeDispatcher)
shutdown.unsafeRunAndForget()
ec.tickAll()
shutdown.unsafeRunAndForget()
}
}
}

0 comments on commit f65bb38

Please sign in to comment.