Skip to content

Commit d87d02e

Browse files
claudesinelaw
authored andcommitted
Give the ExitedTerminal unit-test builder the new title field
The record gained an explicit-title slot when tab names started surviving a restart; the test helper that builds one by hand was not updated, so every job that compiles the lib tests failed to build.
1 parent f33ef7b commit d87d02e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • crates/fresh-editor/src/app/window

crates/fresh-editor/src/app/window/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4190,6 +4190,7 @@ mod exited_terminal_tests {
41904190
command: command.map(argv),
41914191
resume: resume.map(argv),
41924192
ephemeral: true,
4193+
title: None,
41934194
}
41944195
}
41954196

0 commit comments

Comments
 (0)