Index: pkg/polymer/test/publish_attributes_test.dart |
diff --git a/pkg/polymer/test/publish_attributes_test.dart b/pkg/polymer/test/publish_attributes_test.dart |
index 241f53aa145c79ef25ec5da1138c02306b2d449f..e31199c2d890dc8a0c34d3aedfa301b34f743095 100644 |
--- a/pkg/polymer/test/publish_attributes_test.dart |
+++ b/pkg/polymer/test/publish_attributes_test.dart |
@@ -59,7 +59,7 @@ main() => initPolymer().run(() { |
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']); |