Skip to content

Commit 1271df3

Browse files
committed
try again
1 parent cf3288a commit 1271df3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ModuleInstantiator.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ suite('ModuleInstantiator Tests', () => {
226226

227227
let fullRange = null;
228228
// Range of the module in the document
229-
fullRange = new vscode.Range(new vscode.Position(327, 6), new vscode.Position(353, 0));
229+
fullRange = new vscode.Range(new vscode.Position(329, 6), new vscode.Position(354, 0));
230230

231231
let container = document.getText(fullRange).replace(/^\s+|\s+$/g, '');
232232

0 commit comments

Comments
 (0)