| Index: pkg/unittest/lib/src/future_matchers.dart
|
| diff --git a/pkg/unittest/lib/src/future_matchers.dart b/pkg/unittest/lib/src/future_matchers.dart
|
| index 6067451a9bf590532a06a6082a14424d7724b7f2..f92625ac4b7c80e438d234fe1dd07cf6061396bb 100644
|
| --- a/pkg/unittest/lib/src/future_matchers.dart
|
| +++ b/pkg/unittest/lib/src/future_matchers.dart
|
| @@ -13,7 +13,7 @@ part of matcher;
|
| * To test that a Future completes with an exception, you can use [throws] and
|
| * [throwsA].
|
| */
|
| -Matcher completes = const _Completes(null, '');
|
| +final Matcher completes = const _Completes(null, '');
|
|
|
| /**
|
| * Matches a [Future] that completes succesfully with a value that matches
|
|
|