| Index: tests/html/documentfragment_test.dart
|
| diff --git a/tests/html/documentfragment_test.dart b/tests/html/documentfragment_test.dart
|
| index 35d5e61902e5ef4941ca3736ef6d30608b131c1a..b312cf6a143c9cab5635182b90ee9c5bcba95bdc 100644
|
| --- a/tests/html/documentfragment_test.dart
|
| +++ b/tests/html/documentfragment_test.dart
|
| @@ -166,7 +166,7 @@ main() {
|
| Expect.isFalse(elements.isEmpty);
|
| Expect.equals(4, elements.length);
|
| Expect.equals("I", elements[2].tagName);
|
| - Expect.equals("U", elements.last().tagName);
|
| + Expect.equals("U", elements.last.tagName);
|
| });
|
|
|
| test('setting elements overwrites nodes as well', () {
|
|
|