fixed tests

This commit is contained in:
veeso
2021-06-20 17:00:35 +02:00
parent 407ca567f1
commit f8300fa587

View File

@@ -77,6 +77,7 @@ mod tests {
#[test] #[test]
fn test_system_keys_mod_errors() { fn test_system_keys_mod_errors() {
#[cfg(feature = "with-keyring")]
assert_eq!( assert_eq!(
KeyStorageError::BadSytax.to_string(), KeyStorageError::BadSytax.to_string(),
String::from("Key has a bad syntax") String::from("Key has a bad syntax")