Skip to content

Commit ad2d238

Browse files
committed
Removed unused variable
Signed-off-by: Seb Julliand <[email protected]>
1 parent abf6716 commit ad2d238

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/testing/content.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ import util, { TextDecoder } from 'util';
44
import { Uri, workspace } from "vscode";
55
import { TestSuite } from ".";
66
import { Tools } from "../api/Tools";
7+
import { getMemberUri } from "../filesystems/qsys/QSysFs";
78
import { instance } from "../instantiate";
89
import { CommandResult } from "../typings";
9-
import { getMemberUri } from "../filesystems/qsys/QSysFs";
1010

1111
export const ContentSuite: TestSuite = {
1212
name: `Content API tests`,
@@ -432,7 +432,6 @@ export const ContentSuite: TestSuite = {
432432
},
433433
{
434434
name: `getMemberList (SQL, no filter)`, test: async () => {
435-
const connection = instance.getConnection();
436435
const content = instance.getContent();
437436

438437
let members = await content?.getMemberList({ library: `qsysinc`, sourceFile: `mih`, members: `*inxen` });

0 commit comments

Comments
 (0)