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