Update some expect text to make sure they reflect the use of secret instead of a only a key to encrypt a store
This commit is contained in:
@@ -1914,7 +1914,7 @@ mod tests {
|
||||
|
||||
SqliteCryptoStore::open(tmpdir_path.to_str().unwrap(), passphrase)
|
||||
.await
|
||||
.expect("Can't create a key protected store")
|
||||
.expect("Can't create a encrypted protected store")
|
||||
}
|
||||
|
||||
cryptostore_integration_tests!();
|
||||
@@ -1946,7 +1946,7 @@ mod encrypted_tests {
|
||||
|
||||
SqliteCryptoStore::open(tmpdir_path.to_str().unwrap(), Some(pass))
|
||||
.await
|
||||
.expect("Can't create a key protected store")
|
||||
.expect("Can't create a encrypted protected store")
|
||||
}
|
||||
|
||||
cryptostore_integration_tests!();
|
||||
|
||||
Reference in New Issue
Block a user