Skip to content

Commit

Permalink
Update packages/dds/tree/src/test/utils.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Jenn <jennle@microsoft.com>
  • Loading branch information
yann-achard-MS and jenn-le authored Dec 29, 2023
1 parent b6952be commit f59a958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dds/tree/src/test/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ export function forestWithContent(content: TreeContent): IEditableForest {
content.schema.rootFieldSchema,
content.initialTree,
);
// TODO:AB6712 Made the delta format accept a single cursor in Field mode.
// TODO:AB6712 Make the delta format accept a single cursor in Field mode.
const nodeCursors = mapCursorField(fieldCursor, (c) =>
cursorForMapTreeNode(mapTreeFromCursor(c)),
);
Expand Down

0 comments on commit f59a958

Please sign in to comment.