Add Login #4
+4
-1
@@ -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() {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user