mirror of
https://github.com/FliegendeWurst/tmux-thumbs.git
synced 2024-11-09 16:00:35 +00:00
Fix tests
This commit is contained in:
parent
c4ce368904
commit
ee850b2282
@ -438,7 +438,7 @@ mod tests {
|
|||||||
swapper.execute_thumbs();
|
swapper.execute_thumbs();
|
||||||
swapper.swap_panes();
|
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"];
|
||||||
|
|
||||||
assert_eq!(executor.last_executed().unwrap(), expectation);
|
assert_eq!(executor.last_executed().unwrap(), expectation);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user