File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -181,8 +181,6 @@ describe(rxState, () => {
181
181
) ;
182
182
const state = component . state ;
183
183
184
- fixture . detectChanges ( ) ;
185
- // TODO @edbzn : Remove detecting changes twice when we have a better solution
186
184
fixture . detectChanges ( ) ;
187
185
188
186
expect ( state . get ( 'count' ) ) . toBe ( 1337 ) ;
@@ -208,8 +206,6 @@ describe(rxState, () => {
208
206
) ;
209
207
const state = component . state ;
210
208
211
- fixture . detectChanges ( ) ;
212
- // TODO @edbzn : Remove detecting changes twice when we have a better solution
213
209
fixture . detectChanges ( ) ;
214
210
215
211
expect ( state . get ( 'count' ) ) . toBe ( 4 ) ;
@@ -233,8 +229,6 @@ describe(rxState, () => {
233
229
) ;
234
230
const state = component . state ;
235
231
236
- fixture . detectChanges ( ) ;
237
- // TODO @edbzn : Remove detecting changes twice when we have a better solution
238
232
fixture . detectChanges ( ) ;
239
233
240
234
expect ( state . get ( 'count' ) ) . toBe ( 1337 ) ;
You can’t perform that action at this time.
0 commit comments