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', () => {