summaryrefslogtreecommitdiff
path: root/makima/src/daemon/task/context_recovery.rs
diff options
context:
space:
mode:
Diffstat (limited to 'makima/src/daemon/task/context_recovery.rs')
-rw-r--r--makima/src/daemon/task/context_recovery.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/makima/src/daemon/task/context_recovery.rs b/makima/src/daemon/task/context_recovery.rs
index 1172684..1564431 100644
--- a/makima/src/daemon/task/context_recovery.rs
+++ b/makima/src/daemon/task/context_recovery.rs
@@ -356,7 +356,7 @@ mod tests {
ManagedTask {
id: uuid::Uuid::new_v4(),
task_name: "Test task".to_string(),
- state: crate::daemon::task::state::TaskState::Pending,
+ state: crate::daemon::task::state::TaskState::Initializing,
worktree: None,
plan: "Test plan".to_string(),
repo_source: None,