Index: pkg/scheduled_test/lib/src/scheduled_future_matchers.dart |
=================================================================== |
--- pkg/scheduled_test/lib/src/scheduled_future_matchers.dart (revision 24041) |
+++ pkg/scheduled_test/lib/src/scheduled_future_matchers.dart (working copy) |
@@ -46,7 +46,7 @@ |
const _ScheduledCompletes(this._matcher, this._description); |
- bool matches(item, MatchState matchState) { |
+ bool matches(item, Map matchState) { |
if (item is! Future) return false; |
// TODO(nweiz): parse the stack, figure out on what line these were called, |