File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ class AlertActionTests: QuickSpec {
34
34
35
35
subject. rx. action = action
36
36
37
- action. execute ( ( ) )
37
+ action. execute ( )
38
38
expect ( subject. isEnabled) . toEventually ( beFalse ( ) )
39
39
40
40
observer. onCompleted ( )
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ class BarButtonTests: QuickSpec {
35
35
36
36
subject. rx. action = action
37
37
38
- action. execute ( ( ) )
38
+ action. execute ( )
39
39
expect ( subject. isEnabled) . toEventually ( beFalse ( ) )
40
40
41
41
observer. onCompleted ( )
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ class ButtonTests: QuickSpec {
35
35
36
36
subject. rx. action = action
37
37
38
- action. execute ( ( ) )
38
+ action. execute ( )
39
39
expect ( subject. isEnabled) . toEventually ( beFalse ( ) )
40
40
41
41
observer. onCompleted ( )
@@ -122,7 +122,7 @@ class ButtonTests: QuickSpec {
122
122
}
123
123
124
124
subject. rx. action = action
125
- subject. rx. action? . execute ( ( ) )
125
+ subject. rx. action? . execute ( )
126
126
}
127
127
}
128
128
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ class RefreshControlTests: QuickSpec {
35
35
36
36
subject. rx. action = action
37
37
38
- action. execute ( ( ) )
38
+ action. execute ( )
39
39
expect ( subject. isEnabled) . toEventually ( beFalse ( ) )
40
40
41
41
observer. onCompleted ( )
You can’t perform that action at this time.
0 commit comments