We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 131a26a commit 1267cbfCopy full SHA for 1267cbf
scalarx/jvm/src/test/scala/rx/EventedTests.scala
@@ -35,7 +35,7 @@ object EventedTests extends TestSuite {
35
a() = 5
36
a() = 42
37
38
- assert(b.now == 2)
+ assert(b.now != 42 && b.now != 5)
39
40
eventually {
41
b.now == 42
0 commit comments