| Index: pkg/unittest/test/mock_test.dart
|
| diff --git a/pkg/unittest/test/mock_test.dart b/pkg/unittest/test/mock_test.dart
|
| index b2c01f4b132f6243f807c9bdd2cd05895be7671d..6766955e36871a5145f3827afb134182e643fcc1 100644
|
| --- a/pkg/unittest/test/mock_test.dart
|
| +++ b/pkg/unittest/test/mock_test.dart
|
| @@ -193,7 +193,7 @@ main() {
|
| });
|
|
|
| test('Mocking: No logging', () {
|
| - var m = new Mock.custom(enableLogging:false);
|
| + var m = new Mock.custom(enableLogging: false);
|
| m.Test();
|
| expect(() => m.getLogs(callsTo('Test')), throwsA((e) => e.toString() ==
|
| "Exception: Can't retrieve logs when logging was never enabled."));
|
|
|