upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/tests/common/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/common/mod.rs')
-rw-r--r--tests/common/mod.rs2
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
5pub mod purgatory_helpers;
5pub mod relay; 6pub mod relay;
6pub mod sync_helpers; 7pub mod sync_helpers;
7 8
9pub use purgatory_helpers::*;
8pub use relay::TestRelay; 10pub use relay::TestRelay;
9pub use sync_helpers::*; 11pub use sync_helpers::*;