tests & fixes in kvs & keypair
This commit is contained in:
@@ -165,3 +165,9 @@ let loaded_store = KvStore::load("my_store", "secure_password")?;
|
||||
let api_key = loaded_store.get("api_key")?;
|
||||
println!("API Key: {}", api_key.unwrap_or_default());
|
||||
```
|
||||
|
||||
## to test
|
||||
|
||||
```bash
|
||||
cargo test --lib vault::keypair
|
||||
```
|
Reference in New Issue
Block a user