From a06f48e35738ce098c7f5a5e05344fa76b9eb81e Mon Sep 17 00:00:00 2001 From: Pascal Precht Date: Sat, 15 Aug 2015 11:27:41 +0200 Subject: [PATCH] test(query_integration): remove duplicated change detection call Closes #3673 --- modules/angular2/test/core/compiler/query_integration_spec.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/angular2/test/core/compiler/query_integration_spec.ts b/modules/angular2/test/core/compiler/query_integration_spec.ts index f6d174b491..bf20b9279e 100644 --- a/modules/angular2/test/core/compiler/query_integration_spec.ts +++ b/modules/angular2/test/core/compiler/query_integration_spec.ts @@ -119,7 +119,6 @@ export function main() { view.componentInstance.list = ['3d', '2d']; view.detectChanges(); - view.detectChanges(); expect(asNativeElements(view.componentViewChildren)).toHaveText('2|3d|2d|'); async.done();