From c03c0ef3c698d5a8f3dfb0d007b30d51481075c2 Mon Sep 17 00:00:00 2001 From: Juan Ignacio Rios Date: Thu, 18 Apr 2024 14:22:00 +0200 Subject: [PATCH] Improving tests --- pallets/funding/src/tests/5_remainder.rs | 1 + 1 file changed, 1 insertion(+) 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())));