Skip to content

Commit b51423a

Browse files
fix: remove duplicate task variable
Agent-Logs-Url: https://github.com/microsoft/vscode-python-environments/sessions/5f628821-9c7b-48a6-9f5f-9fccb9a33bf6 Co-authored-by: eleanorjboyd <26030610+eleanorjboyd@users.noreply.github.com>
1 parent b3f8667 commit b51423a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/test/features/execution/runAsTask.unit.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ suite('runAsTask Tests', () => {
154154

155155
assert.strictEqual(result, mockTaskExecution, 'Should return the task execution result');
156156

157-
const taskArg = mockExecuteTask.firstCall.args[0] as Task;
158157
const execution = taskArg.execution as ShellExecution;
159158

160159
assert.strictEqual(execution.command, 'uv', 'Should execute uv when uv mode is enabled');

0 commit comments

Comments
 (0)