comment out test until spacebar pr is merged

This commit is contained in:
bitfl0wer 2023-04-23 20:21:36 +02:00
parent fe3c582d09
commit c11ae79fe2
1 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ pub mod login {
}
}
#[cfg(test)]
/*#[cfg(test)]
mod test {
use crate::api::schemas::schemas::{
AuthEmail, AuthPassword, AuthUsername, LoginSchema, RegisterSchema,
@ -96,4 +96,4 @@ mod test {
.unwrap();
println!("{:?}", login_result);
}
}
}*/