Fixes unit tests.

This commit is contained in:
Krunoslav Zaher 2015-12-05 12:28:27 +01:00
parent 55dac75201
commit 3ea275cd9c
1 changed files with 3 additions and 0 deletions

View File

@ -255,9 +255,12 @@ class DelegateProxyTest : RxTest {
}
}
#if os(iOS)
extension DelegateProxyTest {
func test_DelegateProxyHierarchyWorks() {
let tableView = UITableView()
_ = tableView.rx_delegate.observe("scrollViewWillBeginDragging:")
}
}
#endif