Skip to content

Commit 9cc33ea

Browse files
committed
Update SourceSpec.scala
1 parent 7b5e543 commit 9cc33ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stream-tests/src/test/scala/org/apache/pekko/stream/scaladsl/SourceSpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,7 @@ class SourceSpec extends StreamSpec with DefaultTimeout {
713713
Await.result(source.runWith(Sink.ignore), Duration.Inf)
714714
}
715715

716-
assert(counter.get() == 3)
716+
assert(counter.get() == 1)
717717
}
718718
}
719719

0 commit comments

Comments
 (0)