From f8300fa587a09e122054c2f4dac62d7857a064d9 Mon Sep 17 00:00:00 2001 From: veeso Date: Sun, 20 Jun 2021 17:00:35 +0200 Subject: [PATCH] fixed tests --- src/system/keys/mod.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/system/keys/mod.rs b/src/system/keys/mod.rs index b7d13d0..66ac480 100644 --- a/src/system/keys/mod.rs +++ b/src/system/keys/mod.rs @@ -77,6 +77,7 @@ mod tests { #[test] fn test_system_keys_mod_errors() { + #[cfg(feature = "with-keyring")] assert_eq!( KeyStorageError::BadSytax.to_string(), String::from("Key has a bad syntax")