[testDoOnError_throws] Use different error than original one

This commit is contained in:
Thane Gill 2016-01-20 14:31:39 -08:00
parent e9057b98c2
commit b4eb61419b
1 changed files with 2 additions and 2 deletions

View File

@ -679,13 +679,13 @@ extension ObservableSingleTest {
])
let res = scheduler.start { xs.doOnError { _ in
throw testError
throw testError1
}
}
let correctMessages = [
next(210, 2),
error(250, testError)
error(250, testError1)
]
let correctSubscriptions = [