Skip to content

Commit

Permalink
Fix typo in the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
danicheg committed Sep 29, 2021
1 parent ca48a8a commit df62117
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ class StreamCombinatorsSuite extends Fs2Suite {
val s = Stream.range(0, 100)
val n =
if (isJVM) 5
else 2 // for some reason JS is running evalFilterAsync with only 2 concurrent level
else 2 // for some reason JS is running evalFilterNotAsync with only 2 concurrent level

(Semaphore[IO](n.toLong), SignallingRef[IO, Int](0)).tupled
.flatMap { case (sem, sig) =>
Expand Down

0 comments on commit df62117

Please sign in to comment.