first commit
This commit is contained in:
7
tests/integration_tests.rs
Normal file
7
tests/integration_tests.rs
Normal file
@@ -0,0 +1,7 @@
|
||||
#[tokio::test]
|
||||
#[ignore]
|
||||
async fn register_and_get_me() {
|
||||
// This integration test is a placeholder. It requires a running DB and server.
|
||||
// Marked #[ignore] to avoid running by default.
|
||||
assert!(true);
|
||||
}
|
||||
Reference in New Issue
Block a user