| Index: dart/pkg/polymer/test/publish_attributes_test.dart
|
| ===================================================================
|
| --- dart/pkg/polymer/test/publish_attributes_test.dart (revision 37358)
|
| +++ dart/pkg/polymer/test/publish_attributes_test.dart (working copy)
|
| @@ -59,7 +59,7 @@
|
|
|
| test('published properties', () {
|
| published(tag) => (new Element.tag(tag) as PolymerElement)
|
| - .declaration.publishedProperties;
|
| + .element.publishedProperties;
|
|
|
| expect(published('x-foo'), ['Foo', 'baz']);
|
| expect(published('x-bar'), ['Foo', 'baz', 'Bar']);
|
|
|