| Index: pkg/polymer/test/template_distribute_dynamic_test.dart
|
| diff --git a/pkg/polymer/test/template_distribute_dynamic_test.dart b/pkg/polymer/test/template_distribute_dynamic_test.dart
|
| index e80c62457fbdecc4955a69675c8d7d502b2f811c..8d6cc6ae634493018a031bf08fa1814868fad9ac 100644
|
| --- a/pkg/polymer/test/template_distribute_dynamic_test.dart
|
| +++ b/pkg/polymer/test/template_distribute_dynamic_test.dart
|
| @@ -58,5 +58,5 @@ main() {
|
|
|
| setUp(() => Polymer.onReady);
|
|
|
| - test('inserted called', () => (query('x-test') as XTest).onTestDone);
|
| + test('inserted called', () => (querySelector('x-test') as XTest).onTestDone);
|
| }
|
|
|