| Index: pkg/mutation_observer/test/mutation_observer_test.dart
|
| diff --git a/pkg/mutation_observer/test/mutation_observer_test.dart b/pkg/mutation_observer/test/mutation_observer_test.dart
|
| index e3bbdf4bbce8ab9add54252a7be66d342ee5741b..6f257e4fd35efb1241642fb96f13f5235edd1e28 100644
|
| --- a/pkg/mutation_observer/test/mutation_observer_test.dart
|
| +++ b/pkg/mutation_observer/test/mutation_observer_test.dart
|
| @@ -55,7 +55,7 @@ testMutationObserver() {
|
| }
|
| }
|
|
|
| - return expectAsyncUntil2(callback, () => done);
|
| + return expectAsyncUntil(callback, () => done);
|
| }
|
|
|
| test('empty options is syntax error', () {
|
|
|