moved tests to subdirs

This commit is contained in:
David Osipov
2026-03-20 22:55:19 +04:00
parent 0eca535955
commit 43d7e6e991
54 changed files with 40 additions and 33 deletions
+1 -1
View File
@@ -390,5 +390,5 @@ async fn do_tg_handshake_static(
}
#[cfg(test)]
#[path = "direct_relay_security_tests.rs"]
#[path = "tests/direct_relay_security_tests.rs"]
mod security_tests;