test: stabilize ECC2 dashboard conflict refresh (#1836)
This commit is contained in:
parent
820e07fdaa
commit
bbb0350ed6
|
|
@ -12623,7 +12623,7 @@ diff --git a/src/lib.rs b/src/lib.rs
|
|||
agent_type: "claude".to_string(),
|
||||
working_dir: PathBuf::from("/tmp"),
|
||||
state: SessionState::Running,
|
||||
pid: Some(1111),
|
||||
pid: None,
|
||||
worktree: None,
|
||||
created_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(),
|
||||
working_dir: PathBuf::from("/tmp"),
|
||||
state: SessionState::Running,
|
||||
pid: Some(2222),
|
||||
pid: None,
|
||||
worktree: None,
|
||||
created_at: now - Duration::minutes(1),
|
||||
updated_at: now - Duration::minutes(1),
|
||||
|
|
|
|||
Loading…
Reference in New Issue