Chromium Code Reviews| Index: pkg/unittest/test/matchers_test.dart |
| diff --git a/pkg/unittest/test/matchers_test.dart b/pkg/unittest/test/matchers_test.dart |
| index f49e0cb553fdfaf9ff347fee1db39485df42e2ff..7e97b38dd0cf607711324a44d4c48bc56eecfe97 100644 |
| --- a/pkg/unittest/test/matchers_test.dart |
| +++ b/pkg/unittest/test/matchers_test.dart |
| @@ -461,7 +461,7 @@ void main() { |
| }); |
| }); |
| - group('Collection Matchers', () { |
| + group('Iterable Matchers', () { |
| test('isEmpty', () { |
| shouldPass([], isEmpty); |