Fix test
This commit is contained in:
parent
805061b75d
commit
d0aa5f1cf7
@ -103,7 +103,7 @@ mod tests {
|
|||||||
#[test]
|
#[test]
|
||||||
fn test_external_menu() {
|
fn test_external_menu() {
|
||||||
assert_eq!(true,
|
assert_eq!(true,
|
||||||
nvim_bin_path(vec!["neovim-gtk", "--enable-external-popup"]
|
external_popup(vec!["neovim-gtk", "--enable-external-popup"]
|
||||||
.iter()
|
.iter()
|
||||||
.map(|s| s.to_string())));
|
.map(|s| s.to_string())));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user