mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-05-14 02:10:07 +08:00
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(),
|
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),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user