test: update client session snapshot fixture
This commit is contained in:
@@ -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(),
|
||||||
|
|||||||
Reference in New Issue
Block a user