| Index: tests/isolate/mandel_isolate_test.dart
|
| diff --git a/tests/isolate/mandel_isolate_test.dart b/tests/isolate/mandel_isolate_test.dart
|
| index 7099abebac396c91513df665912c43f9aabba77f..2cd3cb5bcce79126821f325aee67ba90580e2e6f 100644
|
| --- a/tests/isolate/mandel_isolate_test.dart
|
| +++ b/tests/isolate/mandel_isolate_test.dart
|
| @@ -20,7 +20,7 @@ void main([args, port]) {
|
| configuration.timeout = const Duration(seconds: 480);
|
| test("Render Mandelbrot in parallel", () {
|
| final state = new MandelbrotState();
|
| - state._validated.future.then(expectAsync1((result) {
|
| + state._validated.future.then(expectAsync((result) {
|
| expect(result, isTrue);
|
| }));
|
| for (int i = 0; i < min(ISOLATES, N); i++) state.startClient(i);
|
|
|