One more small test fix

This commit is contained in:
David Osipov 2026-03-20 16:48:14 +04:00
parent a4b70405b8
commit a78c3e3ebd
No known key found for this signature in database
GPG Key ID: 0E55C4A47454E82E
1 changed files with 2 additions and 0 deletions

View File

@ -659,5 +659,7 @@ where
#[cfg(test)]
#[path = "relay_security_tests.rs"]
mod security_tests;
#[cfg(test)]
#[path = "relay_adversarial_tests.rs"]
mod adversarial_tests;