fix(tests): use pretty_assertions
for keycode tests
This commit is contained in:
parent
0e4dd8a7a8
commit
bcc667f3ea
1 changed files with 1 additions and 0 deletions
|
@ -110,6 +110,7 @@ impl KeyCodeExt for KeyCode {
|
|||
#[cfg(test)]
|
||||
mod tests {
|
||||
use super::*;
|
||||
use pretty_assertions::assert_eq;
|
||||
|
||||
#[test]
|
||||
fn test_keycode_from_control_chars() {
|
||||
|
|
Loading…
Add table
Reference in a new issue