Skip to content

Commit 231589e

Browse files
committed
fix tmux test
1 parent ed9df5e commit 231589e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/basecode_lsp/tmux.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ mod tests {
114114
#[test]
115115
fn test_retrieve_tmux_words() {
116116
if super::is_tmux_executable() {
117-
let words = super::retrieve_tmux_words();
117+
let words = super::retrieve_tmux_words(3);
118118
println!("{:?}", words);
119119
}
120120
}

0 commit comments

Comments
 (0)