test: stabilize ECC2 dashboard conflict refresh (#1836)

This commit is contained in:
Affaan Mustafa 2026-05-12 20:51:29 -04:00 committed by GitHub
parent 820e07fdaa
commit bbb0350ed6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12623,7 +12623,7 @@ diff --git a/src/lib.rs b/src/lib.rs
agent_type: "claude".to_string(), agent_type: "claude".to_string(),
working_dir: PathBuf::from("/tmp"), working_dir: PathBuf::from("/tmp"),
state: SessionState::Running, state: SessionState::Running,
pid: Some(1111), pid: None,
worktree: None, worktree: None,
created_at: now - Duration::minutes(2), created_at: now - Duration::minutes(2),
updated_at: now - Duration::minutes(2), updated_at: now - Duration::minutes(2),
@ -12638,7 +12638,7 @@ diff --git a/src/lib.rs b/src/lib.rs
agent_type: "claude".to_string(), agent_type: "claude".to_string(),
working_dir: PathBuf::from("/tmp"), working_dir: PathBuf::from("/tmp"),
state: SessionState::Running, state: SessionState::Running,
pid: Some(2222), pid: None,
worktree: None, worktree: None,
created_at: now - Duration::minutes(1), created_at: now - Duration::minutes(1),
updated_at: now - Duration::minutes(1), updated_at: now - Duration::minutes(1),