Skip to content

Commit 6e0aa78

Browse files
authored
fix build
1 parent c2a225f commit 6e0aa78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

colibri/src/test/scala/colibri/ObservableSpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1855,7 +1855,7 @@ class ObservableSpec extends AsyncFlatSpec with Matchers {
18551855
val handler = Subject.behavior[Int](0)
18561856
val stream = Observable.race(Observable.empty, handler, Observable(1, 2))
18571857

1858-
val _ = stream.unsafeSubscribe(
1858+
val cancelable = stream.unsafeSubscribe(
18591859
Observer.create[Int](
18601860
received ::= _,
18611861
_ => errors += 1,

0 commit comments

Comments
 (0)