Skip to content

Commit 099e215

Browse files
committed
fix: unused import isolated tests
1 parent f2efb25 commit 099e215

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/system/keys/keyringstorage.rs

+5-5
Original file line numberDiff line numberDiff line change
@@ -76,14 +76,14 @@ impl KeyStorage for KeyringStorage {
7676

7777
#[cfg(test)]
7878
mod tests {
79-
use pretty_assertions::assert_eq;
80-
use whoami::username;
81-
82-
use super::*;
83-
8479
#[test]
8580
#[cfg(not(feature = "isolated-tests"))]
8681
fn test_system_keys_keyringstorage() {
82+
use pretty_assertions::assert_eq;
83+
use whoami::username;
84+
85+
use super::*;
86+
8787
let username: String = username();
8888
let storage: KeyringStorage = KeyringStorage::new(username.as_str());
8989
assert!(storage.is_supported());

0 commit comments

Comments
 (0)