Skip to content

Commit 30a8ef7

Browse files
committed
Another CI
1 parent ea07b8e commit 30a8ef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/suite/followLink.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,5 @@ async function followLink() {
6969

7070
const editor = vscode.window.activeTextEditor;
7171
assert.equal(editor?.document?.uri?.scheme, "file");
72-
assert.equal(editor?.document.getText(), "hello world\n");
72+
assert.equal(editor?.document.getText().trimEnd(), "hello world");
7373
}

0 commit comments

Comments
 (0)