Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(710)

Unified Diff: pkg/mock/lib/src/result_set_matcher.dart

Issue 278613003: pkg/mock: fixes for v0.11 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: pkg/mock/lib/src/result_set_matcher.dart
diff --git a/pkg/mock/lib/src/result_set_matcher.dart b/pkg/mock/lib/src/result_set_matcher.dart
index 103ce78a488af1fe2b3ac199e4220bec6e9d6922..d4c21775952da61707b29e21fef14f8079665404 100644
--- a/pkg/mock/lib/src/result_set_matcher.dart
+++ b/pkg/mock/lib/src/result_set_matcher.dart
@@ -92,7 +92,7 @@ class _ResultSetMatcher extends Matcher {
}
mismatchDescription.add(' value that ');
value.describeMismatch(entry.value, mismatchDescription,
- matchState['state'], verbose);
+ matchState['state'], verbose);
mismatchDescription.add(' at least once');
} else {
mismatchDescription.add('never did');

Powered by Google App Engine
This is Rietveld 408576698