test: update client session snapshot fixture

This commit is contained in:
2026-08-30 13:23:56 +09:00
parent 74139aeb7e
commit a7bf5ceac3
+1 -1
View File
@@ -730,7 +730,7 @@ mod tests {
fn test_snapshot() -> Event { fn test_snapshot() -> Event {
Event::Snapshot { Event::Snapshot {
entries: vec![], session: protocol::SessionSnapshot { entries: vec![] },
greeting: Greeting { greeting: Greeting {
worker_name: "ticket-intake".to_string(), worker_name: "ticket-intake".to_string(),
cwd: "/tmp".to_string(), cwd: "/tmp".to_string(),