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 76ed273..9bbfb40 100644 --- a/tests/common/mod.rs +++ b/tests/common/mod.rs | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | //! Common test utilities | 1 | //! Common test utilities |
| 2 | 2 | ||
| 3 | pub mod relay; | 3 | pub mod relay; |
| 4 | pub mod sync_helpers; | ||
| 4 | 5 | ||
| 5 | pub use relay::TestRelay; | 6 | pub use relay::TestRelay; |
| 7 | pub use sync_helpers::*; | ||