diff --git a/test/directive/ng_include_spec.dart b/test/directive/ng_include_spec.dart index 1a7e91755..b1b793b70 100644 --- a/test/directive/ng_include_spec.dart +++ b/test/directive/ng_include_spec.dart @@ -21,7 +21,7 @@ main() { expect(element.text).toEqual('my name is Vojta'); })); - iit('should fetch template from url using interpolation', async((Scope scope, TemplateCache cache) { + it('should fetch template from url using interpolation', async((Scope scope, TemplateCache cache) { cache.put('tpl1.html', new HttpResponse(200, 'My name is {{name}}')); cache.put('tpl2.html', new HttpResponse(200, 'I am {{name}}'));