| Index: tests/lib/async/stream_controller_async_test.dart
|
| diff --git a/tests/lib/async/stream_controller_async_test.dart b/tests/lib/async/stream_controller_async_test.dart
|
| index d35e0c1d4dae0eaa3fa582a6d27c11c0135d797c..79b85682be7d1174a10c1eef0253b95fa49dc875 100644
|
| --- a/tests/lib/async/stream_controller_async_test.dart
|
| +++ b/tests/lib/async/stream_controller_async_test.dart
|
| @@ -439,7 +439,7 @@ testRethrow() {
|
| }
|
|
|
| testStream("where", (s, act) => s.where(act));
|
| - testStream("mappedBy", (s, act) => s.mappedBy(act));
|
| + testStream("mappedBy", (s, act) => s.map(act));
|
| testStream("expand", (s, act) => s.expand(act));
|
| testStream("where", (s, act) => s.where(act));
|
| testStreamError("handleError", (s, act) => s.handleError(act));
|
|
|