fix: snapshot in-flight stream state

This commit is contained in:
2026-06-21 20:30:01 +09:00
parent 155e039e66
commit 74aca6f6c5
17 changed files with 683 additions and 42 deletions
+2
View File
@@ -1922,6 +1922,7 @@ mod tests {
greeting: test_greeting(),
entries: vec![],
status: PodStatus::Idle,
in_flight: Default::default(),
});
app.handle_pod_event(Event::RewindApplied {
entries: vec![],
@@ -1947,6 +1948,7 @@ mod tests {
greeting: test_greeting(),
entries: vec![],
status: PodStatus::Idle,
in_flight: Default::default(),
});
type_keys(&mut app, "draft");