From e5799f2cd8152cca4f7921d6e1404471e8d3d03d Mon Sep 17 00:00:00 2001 From: Alphonse Paix Date: Sun, 28 Sep 2025 16:50:34 +0200 Subject: [PATCH] update test --- tests/api/health_check.rs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/api/health_check.rs b/tests/api/health_check.rs index 4c4bcef..ef14e73 100644 --- a/tests/api/health_check.rs +++ b/tests/api/health_check.rs @@ -15,3 +15,8 @@ async fn health_check_works(connection_pool: PgPool) { assert!(response.status().is_success()); assert_eq!(Some(0), response.content_length()); } + +#[test] +fn it_works() { + // it really does! +}