Files
RustApi/tests/integration_tests.rs
Beyhan Oğur 6e06119135 first commit
2026-04-26 22:31:06 +03:00

8 lines
216 B
Rust

#[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);
}