refactor: rename execution workspace to working directory
This commit is contained in:
@@ -387,9 +387,9 @@ fn spawn_companion_worker(runtime: &RuntimeRegistry) -> CompanionWorkerState {
|
||||
},
|
||||
profile: Some(selector),
|
||||
initial_input: None,
|
||||
execution_workspace: None,
|
||||
resolved_execution_workspace: None,
|
||||
resolved_execution_workspace_allocation: None,
|
||||
working_directory: None,
|
||||
resolved_working_directory: None,
|
||||
resolved_working_directory_allocation: None,
|
||||
},
|
||||
);
|
||||
|
||||
@@ -578,8 +578,8 @@ mod tests {
|
||||
"deterministic-companion-test",
|
||||
),
|
||||
run_state: WorkerExecutionRunState::Idle,
|
||||
execution_workspace: request
|
||||
.execution_workspace
|
||||
working_directory: request
|
||||
.working_directory
|
||||
.as_ref()
|
||||
.map(|binding| binding.status()),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user