From 3e364b0d41154e637cbcea12f929e578781a61af Mon Sep 17 00:00:00 2001 From: Pawel Kozlowski Date: Thu, 19 Nov 2015 15:28:14 +0100 Subject: [PATCH] test(schema): fix test names --- .../test/compiler/schema/dom_element_schema_registry_spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/angular2/test/compiler/schema/dom_element_schema_registry_spec.ts b/modules/angular2/test/compiler/schema/dom_element_schema_registry_spec.ts index 722d523b96..2b26540742 100644 --- a/modules/angular2/test/compiler/schema/dom_element_schema_registry_spec.ts +++ b/modules/angular2/test/compiler/schema/dom_element_schema_registry_spec.ts @@ -33,7 +33,7 @@ export function main() { it('should return true for custom-like elements', () => { expect(registry.hasProperty('custom-like', 'unknown')).toBeTruthy(); }); - it('should not re-map property names that are not specified in DOM facade', + it('should re-map property names that are specified in DOM facade', () => { expect(registry.getMappedPropName('readonly')).toEqual('readOnly'); }); it('should not re-map property names that are not specified in DOM facade', () => {