Skip to content

Commit 42352b5

Browse files
committed
Fix a failing test that failed due to changes to the behaviour of the take method
1 parent 07c7c88 commit 42352b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/kotlin/rx/lang/kotlin/ObservablesTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ public class ObservablesTest {
117117
toList().
118118
subscribe()
119119

120-
assertEquals(101, generated.get())
120+
assertEquals(100, generated.get())
121121
}
122122

123123
@test fun testFlatMapSequence() {

0 commit comments

Comments
 (0)