Add Login #4

Merged
phoenix merged 21 commits from add_login into main 2026-06-10 00:13:55 -04:00
Showing only changes of commit df692e31ab - Show all commits
+4 -1
View File
@@ -112,7 +112,6 @@ const TEST_PHONE_NUMBER: &str = "+10123456789";
#[tokio::test]
async fn test_register_user() {
let tm_pool = db_mgr::get_pool().await.unwrap();
let db_name = db_mgr::generate_db_name().await;
match db_mgr::create_database(&tm_pool, &db_name).await {
@@ -156,3 +155,7 @@ async fn test_register_user() {
}
}
}
#[tokio::test]
async fn test_login_user() {
}