Skip to content

Commit

Permalink
Update ModuleInstantiator.test.ts
Browse files Browse the repository at this point in the history
lint
  • Loading branch information
joecrop authored Aug 30, 2024
1 parent bf04b8a commit b36266e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/test/ModuleInstantiator.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ suite('ModuleInstantiator Tests', () => {

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

console.log("Container \n\r"+container);
console.log('Container \n\r' + container);

uri = vscode.Uri.file(path.join(__dirname, testFolderLocation, 'test-files', 'ModuleInstantiator.test.2.v'));
document = await vscode.workspace.openTextDocument(uri);
Expand All @@ -279,7 +279,6 @@ suite('ModuleInstantiator Tests', () => {

compareInstantiation('affer', container, instance);
});

});

function compareInstantiation(instance_name, container_name, expected): void {
Expand Down

0 comments on commit b36266e

Please sign in to comment.