diff --git a/pallets/funding/src/tests/5_remainder.rs b/pallets/funding/src/tests/5_remainder.rs index 5bfa191f9..96665c476 100644 --- a/pallets/funding/src/tests/5_remainder.rs +++ b/pallets/funding/src/tests/5_remainder.rs @@ -660,6 +660,7 @@ mod remaining_contribute_extrinsic { mod failure { use super::*; + #[test] fn issuer_cannot_contribute_his_project() { let mut inst = MockInstantiator::new(Some(RefCell::new(new_test_ext())));