Skip to content

Commit e1f2128

Browse files
Update test
1 parent b6de450 commit e1f2128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cursorless-org-docs/src/docs/components/flattenHighlights.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const tests: Test[] = [
1717
targets: [{ content: "0:3-0:5" }, { content: "0:7-0:9" }],
1818
},
1919
],
20-
expected: ["0:3-0:5", "0:5-0:7", "0:7-0:9"],
20+
expected: ["0:3-0:5", "0:7-0:9"],
2121
},
2222
{
2323
name: "Adjacent targets",

0 commit comments

Comments
 (0)