This commit is contained in:
John Mumm 2025-08-12 14:18:22 +01:00
parent 73b16b0251
commit a50b27ee0d
No known key found for this signature in database
GPG Key ID: 73D2271AFDC26EA8
1 changed files with 0 additions and 2 deletions

View File

@ -900,7 +900,6 @@ mod tests {
async fn delete_collection(name: &str) {
let ss = SecretService::connect(EncryptionType::Dh)
.await
.await
.expect("Can't connect to secret service");
let collection = super::get_collection(&ss, name)
@ -915,7 +914,6 @@ mod tests {
let cred = SsCredential::new_with_no_target(name, name)
.expect("Can't create credential with no target");
let ss = SecretService::connect(EncryptionType::Dh)
.await
.await
.expect("Can't connect to secret service");
let collection = ss