Fix test
This commit is contained in:
@ -469,7 +469,7 @@ mod tests {
|
|||||||
c.keybindings
|
c.keybindings
|
||||||
.get(&Mode::Home)
|
.get(&Mode::Home)
|
||||||
.unwrap()
|
.unwrap()
|
||||||
.get(&parse_key_sequence("<q>").unwrap_or_default())
|
.get(&parse_key_sequence("<ctrl-c>").unwrap_or_default())
|
||||||
.unwrap(),
|
.unwrap(),
|
||||||
"/quit"
|
"/quit"
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user