Skip to content

Commit

Permalink
Improving tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JuaniRios committed Apr 18, 2024
1 parent 9d4adf7 commit 390df0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pallets/funding/src/tests/5_remainder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ mod remaining_contribute_extrinsic {

inst.contribute_for_users(project_id, vec![remainder_contribution]).unwrap();
}

#[test]
fn contribute_with_multiple_currencies() {
let mut project_metadata_all = default_project_metadata(ISSUER_1);
Expand Down Expand Up @@ -624,6 +624,7 @@ mod remaining_contribute_extrinsic {
use sp_core::bounded_vec;
use std::ops::Not;


#[test]
fn issuer_cannot_contribute_his_project() {
let mut inst = MockInstantiator::new(Some(RefCell::new(new_test_ext())));
Expand Down

0 comments on commit 390df0d

Please sign in to comment.