update test

This commit is contained in:
Peter Bartyik 2020-10-13 22:16:44 +02:00 committed by Ferran Basora
parent 0a7fba3f4e
commit 86f08f42eb

View File

@ -406,7 +406,7 @@ mod tests {
swapper.execute_thumbs();
swapper.swap_panes();
let expectation = vec!["tmux", "swap-pane", "-d", "-s", "%98", "-t", "%100"];
let expectation = vec!["tmux", "swap-pane", "-d", "-s", "%98", "-t", "%100", "-Z"];
assert_eq!(executor.last_executed().unwrap(), expectation);
}