This commit is contained in:
2023-10-29 20:20:54 +01:00
parent 0bff173f17
commit 46caa4f84c

View File

@ -475,7 +475,7 @@ mod tests {
.unwrap() .unwrap()
.get(&parse_key_sequence("<q>").unwrap_or_default()) .get(&parse_key_sequence("<q>").unwrap_or_default())
.unwrap(), .unwrap(),
&Action::Quit "/quit"
); );
Ok(()) Ok(())
} }