Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
richzwart committed Jan 9, 2024
1 parent cf3288a commit 1271df3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/ModuleInstantiator.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ suite('ModuleInstantiator Tests', () => {

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

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

Expand Down

0 comments on commit 1271df3

Please sign in to comment.