Move tests of payment retries into a new module
[rust-lightning] / lightning / src / ln / mod.rs
index b5e433270a51ac9d6a363c9152f4f485fbbe39b2..a2a0b4efee2f32418fcdf503a1c5c4b0db0daccc 100644 (file)
@@ -51,6 +51,9 @@ pub mod wire;
 mod functional_tests;
 #[cfg(test)]
 #[allow(unused_mut)]
+mod payment_tests;
+#[cfg(test)]
+#[allow(unused_mut)]
 mod chanmon_update_fail_tests;
 #[cfg(test)]
 #[allow(unused_mut)]