Skip to content

Commit

Permalink
Merge pull request #72 from DrMarcII/master
Browse files Browse the repository at this point in the history
Fix expect implementation.
  • Loading branch information
DrMarcII committed May 1, 2015
2 parents 0398225 + 951e4cc commit f9a436f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/async_helpers.dart
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class Clock {
..add('\n');

var mismatchDescription = new StringDescription();
matcher.describeMismatch(value, mismatchDescription, matchState);
matcher.describeMismatch(value, mismatchDescription, matchState, true);
if (mismatchDescription.length > 0) {
desc.add(' Which: ${mismatchDescription}\n');
}
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: webdriver
version: 0.10.0-pre.6
version: 0.10.0-pre.7
author: Marc Fisher II <[email protected]>
description: >
Provides WebDriver bindings for Dart. These use the WebDriver JSON interface,
Expand Down

0 comments on commit f9a436f

Please sign in to comment.