Fixes unit tests.
This commit is contained in:
parent
55dac75201
commit
3ea275cd9c
|
|
@ -255,9 +255,12 @@ class DelegateProxyTest : RxTest {
|
|||
}
|
||||
}
|
||||
|
||||
#if os(iOS)
|
||||
extension DelegateProxyTest {
|
||||
func test_DelegateProxyHierarchyWorks() {
|
||||
let tableView = UITableView()
|
||||
_ = tableView.rx_delegate.observe("scrollViewWillBeginDragging:")
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue