@@ -21,13 +21,11 @@ struct HomeViewControllerTests {
21
21
configService: MockAppConfigService ( ) ,
22
22
topicWidgetViewModel: topicsViewModel,
23
23
feedbackAction: { } ,
24
- searchAction: { ( ) -> Void in _ = true } ,
25
- recentActivityAction: { } ,
26
24
widgetBuilder: WidgetBuilder ( analytics: MockAnalyticsService ( ) ,
27
25
configService: MockAppConfigService ( ) ,
28
26
topicWidgetViewModel: topicsViewModel,
29
27
feedbackAction: { } ,
30
- searchAction: { } ,
28
+ searchAction: { ( ) -> Void in _ = true } ,
31
29
recentActivityAction: { } )
32
30
)
33
31
let subject = HomeViewController ( viewModel: viewModel)
@@ -49,13 +47,11 @@ struct HomeViewControllerTests {
49
47
configService: MockAppConfigService ( ) ,
50
48
topicWidgetViewModel: topicsViewModel,
51
49
feedbackAction: { } ,
52
- searchAction: { ( ) -> Void in _ = true } ,
53
- recentActivityAction: { } ,
54
50
widgetBuilder: WidgetBuilder ( analytics: MockAnalyticsService ( ) ,
55
51
configService: MockAppConfigService ( ) ,
56
52
topicWidgetViewModel: topicsViewModel,
57
53
feedbackAction: { } ,
58
- searchAction: { } ,
54
+ searchAction: { ( ) -> Void in _ = true } ,
59
55
recentActivityAction: { } )
60
56
)
61
57
let subject = HomeViewController ( viewModel: viewModel)
@@ -81,13 +77,11 @@ struct HomeViewControllerTests {
81
77
configService: MockAppConfigService ( ) ,
82
78
topicWidgetViewModel: topicsViewModel,
83
79
feedbackAction: { } ,
84
- searchAction: { ( ) -> Void in _ = true } ,
85
- recentActivityAction: { } ,
86
80
widgetBuilder: WidgetBuilder ( analytics: MockAnalyticsService ( ) ,
87
81
configService: MockAppConfigService ( ) ,
88
82
topicWidgetViewModel: topicsViewModel,
89
83
feedbackAction: { } ,
90
- searchAction: { } ,
84
+ searchAction: { ( ) -> Void in _ = true } ,
91
85
recentActivityAction: { } )
92
86
)
93
87
let subject = HomeViewController ( viewModel: viewModel)
0 commit comments