| Index: utils/tests/pub/yaml_test.dart
|
| diff --git a/utils/tests/pub/yaml_test.dart b/utils/tests/pub/yaml_test.dart
|
| index ab2c002ed07bcb1e91974e95d8c4d43b31088f1f..cb4e1becb47be067ae01404410322cdca998bd0f 100644
|
| --- a/utils/tests/pub/yaml_test.dart
|
| +++ b/utils/tests/pub/yaml_test.dart
|
| @@ -1086,8 +1086,8 @@ main() {
|
| // ? &anchor [a, b, c]
|
| // : ? *anchor
|
| // : bar""");
|
| - // anchorList = doc.getKeys()[0];
|
| - // aliasList = doc[['a', 'b', 'c']].getKeys()[0];
|
| + // anchorList = doc.keys[0];
|
| + // aliasList = doc[['a', 'b', 'c']].keys[0];
|
| // Expect.isTrue(anchorList === aliasList);
|
| // anchorList.add('d');
|
| // Expect.listEquals(['a', 'b', 'c', 'd'], aliasList);
|
|
|