diff --git a/Tests/RxCocoaTests/Control+RxTests+UIKit.swift b/Tests/RxCocoaTests/Control+RxTests+UIKit.swift index d33c53a4..f3ec9757 100644 --- a/Tests/RxCocoaTests/Control+RxTests+UIKit.swift +++ b/Tests/RxCocoaTests/Control+RxTests+UIKit.swift @@ -161,14 +161,14 @@ extension ControlTests { // UIAlertAction extension ControlTests { - func testAlertAction_Enable { + func testAlertAction_Enable() { let subject = UIAlertAction() Observable.just(false).subscribe(subject.rx_enabled).dispose() XCTAssertTrue(subject.enabled == true) } - func testAlertAction_Disable { + func testAlertAction_Disable() { let subject = UIAlertAction() Observable.just(false).subscribe(subject.rx_enabled).dispose()