fix import statement
This commit is contained in:
parent
94f9501702
commit
bceafe9094
@ -356,8 +356,8 @@ mod tests {
|
|||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn can_import_account() {
|
fn can_import_account() {
|
||||||
let temp = RandomTempPath::create_dir();
|
|
||||||
use keys::directory::{KeyFileContent, KeyFileCrypto};
|
use keys::directory::{KeyFileContent, KeyFileCrypto};
|
||||||
|
let temp = RandomTempPath::create_dir();
|
||||||
let mut key_file =
|
let mut key_file =
|
||||||
KeyFileContent::new(
|
KeyFileContent::new(
|
||||||
KeyFileCrypto::new_pbkdf2(
|
KeyFileCrypto::new_pbkdf2(
|
||||||
|
Loading…
Reference in New Issue
Block a user