Skip to content

Commit

Permalink
Improved test
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegIlyenko committed Oct 7, 2016
1 parent 5c360fc commit d029264
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class RxScalaIntegrationSpec extends WordSpec with Matchers {
}

"mapFuture" in {
res(impl.mapFuture(Observable.from(List(1, 2, 10)))(x Future.successful(x + 1))) should be (List(2, 3, 11))
res(impl.mapFuture(Observable.from(List(1, 2, 10)))(x Future.successful(x + 1))).toSet should be (Set(2, 3, 11))
}

"first" in {
Expand Down

0 comments on commit d029264

Please sign in to comment.