| Index: pkg/unittest/lib/src/expect.dart
|
| ===================================================================
|
| --- pkg/unittest/lib/src/expect.dart (revision 23554)
|
| +++ pkg/unittest/lib/src/expect.dart (working copy)
|
| @@ -144,9 +144,7 @@
|
| description.add(' But: ')
|
| .add(mismatchDescription.toString()).add('.\n');
|
|
|
| - if (!mismatchDescription.toString().startsWith("was ")) {
|
| - description.add('Actual: ').addDescriptionOf(actual);
|
| - }
|
| + description.add('Actual: ').addDescriptionOf(actual);
|
| if (reason != null) {
|
| description.add(reason).add('\n');
|
| }
|
|
|