From aeb17d8d442d3073dd7ad94620f6ff2e0d3d3cbe Mon Sep 17 00:00:00 2001 From: Pawel Kozlowski Date: Sun, 21 Jun 2015 12:09:05 +0200 Subject: [PATCH] test(NgSwitch): simplify tests with static values --- modules/angular2/test/directives/ng_switch_spec.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/angular2/test/directives/ng_switch_spec.ts b/modules/angular2/test/directives/ng_switch_spec.ts index 9b1d6ca7a1..1cb291ff5b 100644 --- a/modules/angular2/test/directives/ng_switch_spec.ts +++ b/modules/angular2/test/directives/ng_switch_spec.ts @@ -23,8 +23,8 @@ export function main() { inject([TestComponentBuilder, AsyncTestCompleter], (tcb: TestComponentBuilder, async) => { var template = '
' + '
'; tcb.overrideTemplate(TestComponent, template) @@ -75,10 +75,10 @@ export function main() { inject([TestComponentBuilder, AsyncTestCompleter], (tcb: TestComponentBuilder, async) => { var template = '
' + '
';