Skip to content

Commit cf3288a

Browse files
committed
Fixed testcase
1 parent 5badfeb commit cf3288a

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(328, 6), new vscode.Position(353, 0));
229+
fullRange = new vscode.Range(new vscode.Position(327, 6), new vscode.Position(353, 0));
230230

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

0 commit comments

Comments
 (0)