| Index: pkg/polymer/test/publish_inherited_properties_test.dart
|
| diff --git a/pkg/polymer/test/publish_inherited_properties_test.dart b/pkg/polymer/test/publish_inherited_properties_test.dart
|
| index dacd828760bd25da1a90d90bab453b35f81afc88..e9002439216a904f8ce727e6cbb0d5ebeba37c74 100644
|
| --- a/pkg/polymer/test/publish_inherited_properties_test.dart
|
| +++ b/pkg/polymer/test/publish_inherited_properties_test.dart
|
| @@ -55,7 +55,7 @@ main() => initPolymer().run(() {
|
|
|
| test('published properties', () {
|
| published(tag) => (new Element.tag(tag) as PolymerElement)
|
| - .declaration.publishedProperties;
|
| + .element.publishedProperties;
|
|
|
| expect(published('x-zot'), ['Foo', 'Bar', 'zot', 'm']);
|
| expect(published('x-squid'), ['Foo', 'Bar', 'zot', 'm', 'baz', 'squid']);
|
|
|