mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-09 15:02:30 +02:00
test: stabilize ECC2 dashboard conflict refresh (#1836)
This commit is contained in:
parent
820e07fdaa
commit
bbb0350ed6
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue