diff options
Diffstat (limited to 'tests/common/mod.rs')
| -rw-r--r-- | tests/common/mod.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/common/mod.rs b/tests/common/mod.rs index 37ac3bb..f511163 100644 --- a/tests/common/mod.rs +++ b/tests/common/mod.rs | |||
| @@ -2,8 +2,10 @@ | |||
| 2 | #![allow(dead_code)] // Test helpers may not be used in all test configurations | 2 | #![allow(dead_code)] // Test helpers may not be used in all test configurations |
| 3 | #![allow(unused_imports)] // Re-exports may not be used in all test configurations | 3 | #![allow(unused_imports)] // Re-exports may not be used in all test configurations |
| 4 | 4 | ||
| 5 | pub mod purgatory_helpers; | ||
| 5 | pub mod relay; | 6 | pub mod relay; |
| 6 | pub mod sync_helpers; | 7 | pub mod sync_helpers; |
| 7 | 8 | ||
| 9 | pub use purgatory_helpers::*; | ||
| 8 | pub use relay::TestRelay; | 10 | pub use relay::TestRelay; |
| 9 | pub use sync_helpers::*; | 11 | pub use sync_helpers::*; |