| Index: test/async_exception_with_future_test.dart
|
| diff --git a/test/async_exception_with_future_test.dart b/test/async_exception_with_future_test.dart
|
| index 7dd8515db9d40374a2cef202c0cadc73cca7c916..c5c445e12475fee3ba2c9d8d252e578f5ac370ef 100644
|
| --- a/test/async_exception_with_future_test.dart
|
| +++ b/test/async_exception_with_future_test.dart
|
| @@ -35,13 +35,8 @@ void _test(message) {
|
| test('follow up', () {
|
| expect(tearDownHappened, isTrue);
|
| });
|
| -
|
| - }, [{
|
| - 'description': 'test',
|
| - 'message': 'Caught error!',
|
| - 'result': 'fail',
|
| - }, {
|
| - 'description': 'follow up',
|
| - 'result': 'pass',
|
| - }]);
|
| + }, [
|
| + {'description': 'test', 'message': 'Caught error!', 'result': 'fail',},
|
| + {'description': 'follow up', 'result': 'pass',}
|
| + ]);
|
| }
|
|
|