This commit is contained in:
daa84 2017-04-21 13:02:47 +03:00
parent 805061b75d
commit d0aa5f1cf7
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ mod tests {
#[test]
fn test_external_menu() {
assert_eq!(true,
nvim_bin_path(vec!["neovim-gtk", "--enable-external-popup"]
external_popup(vec!["neovim-gtk", "--enable-external-popup"]
.iter()
.map(|s| s.to_string())));
}