deleted cargo config and fmt
All checks were successful
Rust / Test (push) Successful in 3m40s
Rust / Rustfmt (push) Successful in 25s
Rust / Clippy (push) Successful in 1m18s
Rust / Code coverage (push) Successful in 3m44s

This commit is contained in:
Alphonse Paix
2025-09-28 17:07:21 +02:00
parent 271aa87b9e
commit 3b727269c5
4 changed files with 11 additions and 37 deletions

View File

@@ -48,7 +48,9 @@ async fn subscriber_can_unsubscribe(connection_pool: PgPool) {
}
#[sqlx::test]
async fn a_valid_unsubscribe_link_is_present_in_new_post_email_notifications(connection_pool: PgPool) {
async fn a_valid_unsubscribe_link_is_present_in_new_post_email_notifications(
connection_pool: PgPool,
) {
let app = TestApp::spawn(connection_pool).await;
app.create_confirmed_subscriber().await;
app.admin_login().await;