Chromium Code Reviews| Index: dart/tests/html/element_classes_test.dart |
| =================================================================== |
| --- dart/tests/html/element_classes_test.dart (revision 18634) |
| +++ dart/tests/html/element_classes_test.dart (working copy) |
| @@ -66,7 +66,7 @@ |
| expect(classes, unorderedEquals(['foo', 'bar', 'baz'])); |
| }); |
| - test('mappedBy', () { |
| + test('map', () { |
| expect(makeClassSet().map((c) => c.toUpperCase()).toList(), |
| unorderedEquals(['FOO', 'BAR', 'BAZ'])); |
| }); |