Skip to content

Commit

Permalink
updated password tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bhatti committed Dec 2, 2023
1 parent 45d456c commit 2b4bad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service/password_service_impl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ mod tests {
}
let all_analysis = password_service.analyze_all_vault_passwords(&ctx, false).await.unwrap();
assert!(!all_analysis.is_empty());
assert!(password_service.analyze_all_vault_passwords(&ctx, true).await.is_err());
assert!(password_service.analyze_all_vault_passwords(&ctx, false).await.is_err());
}

#[tokio::test]
Expand Down

0 comments on commit 2b4bad8

Please sign in to comment.