Skip to content

Commit b288ef1

Browse files
committed
feat: update test case
1 parent 7389cee commit b288ef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/editor/test/browser/viewModel/modelLineProjection.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -921,7 +921,7 @@ suite('SplitLinesCollection', () => {
921921
})),
922922
[
923923
{ inlineDecorations: [{ startOffset: 8, endOffset: 23 }] },
924-
{ inlineDecorations: [{ startOffset: 4, endOffset: 42 }] },
924+
{ inlineDecorations: [{ startOffset: 4, endOffset: 30 }] },
925925
{ inlineDecorations: [{ startOffset: 4, endOffset: 16 }] },
926926
{ inlineDecorations: undefined },
927927
{ inlineDecorations: undefined },

0 commit comments

Comments
 (0)