| Index: pkg/unittest/test/matchers_test.dart
|
| diff --git a/pkg/unittest/test/matchers_test.dart b/pkg/unittest/test/matchers_test.dart
|
| index daa39bd01b964214196e385f081cff0805ff839d..9f8e121944b59f8fcb564ca5808fa769121c4cbc 100644
|
| --- a/pkg/unittest/test/matchers_test.dart
|
| +++ b/pkg/unittest/test/matchers_test.dart
|
| @@ -481,7 +481,7 @@ void main() {
|
| shouldFail(d, unorderedEquals([3, 1]),
|
| "Expected: equals [3, 1] unordered "
|
| "Actual: [1, 2] "
|
| - "Which: has no match for element <3> at index 0");
|
| + "Which: has no match for <3> at index 0");
|
| });
|
|
|
| test('unorderedMatchess', () {
|
|
|