[testDoOnError_throws] Use different error than original one
This commit is contained in:
parent
e9057b98c2
commit
b4eb61419b
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Reference in New Issue