update test

This commit is contained in:
Alphonse Paix
2025-09-28 16:50:34 +02:00
parent 048259e250
commit e5799f2cd8

View File

@@ -15,3 +15,8 @@ async fn health_check_works(connection_pool: PgPool) {
assert!(response.status().is_success()); assert!(response.status().is_success());
assert_eq!(Some(0), response.content_length()); assert_eq!(Some(0), response.content_length());
} }
#[test]
fn it_works() {
// it really does!
}