Skip to content

Commit aeebba9

Browse files
committed
remove duplicate background
1 parent 38bc9db commit aeebba9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

extension/src/goTest.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,6 @@ export const testWorkspace: CommandFactory = () => (args: any) => {
353353
dir: workspaceUri.fsPath,
354354
background: !!args?.background,
355355
flags: getTestFlags(goConfig, args),
356-
background: !!args?.background,
357356
includeSubDirectories: true
358357
};
359358
// Remember this config as the last executed test.

0 commit comments

Comments
 (0)