mirror of https://github.com/telemt/telemt.git
One more small test fix
This commit is contained in:
parent
a4b70405b8
commit
a78c3e3ebd
|
|
@ -659,5 +659,7 @@ where
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
#[path = "relay_security_tests.rs"]
|
#[path = "relay_security_tests.rs"]
|
||||||
mod security_tests;
|
mod security_tests;
|
||||||
|
|
||||||
|
#[cfg(test)]
|
||||||
#[path = "relay_adversarial_tests.rs"]
|
#[path = "relay_adversarial_tests.rs"]
|
||||||
mod adversarial_tests;
|
mod adversarial_tests;
|
||||||
Loading…
Reference in New Issue