Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
David Osipov 2026-03-19 18:23:36 +04:00 committed by GitHub
parent e6ad9e4c7f
commit 924c0d32e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -1040,5 +1040,6 @@ impl RunningClientHandler {
#[cfg(test)] #[cfg(test)]
#[path = "client_security_tests.rs"] #[path = "client_security_tests.rs"]
mod security_tests; mod security_tests;
#[cfg(test)]
#[path = "client_adversarial_tests.rs"] #[path = "client_adversarial_tests.rs"]
mod adversarial_tests; mod adversarial_tests;