@@ -654,8 +654,9 @@ fn vote_struct_removed_on_autofinalisation_success() {
654
654
build_test_externality ( ) . execute_with ( || {
655
655
let cont = get_contributions :: < Test > ( vec ! [ BOB , CHARLIE ] , 100_000 ) ;
656
656
let prop_milestones = get_milestones ( 10 ) ;
657
+ let jury = vec ! [ JURY_1 , JURY_2 ] ;
657
658
let project_key =
658
- create_and_fund_project :: < Test > ( ALICE , cont, prop_milestones, CurrencyId :: Native )
659
+ create_and_fund_project :: < Test > ( ALICE , cont, prop_milestones, CurrencyId :: Native , jury )
659
660
. unwrap ( ) ;
660
661
let milestone_key = 5 ;
661
662
assert_ok ! ( Proposals :: submit_milestone(
@@ -690,8 +691,9 @@ fn vote_struct_removed_on_autofinalisation_failure() {
690
691
build_test_externality ( ) . execute_with ( || {
691
692
let cont = get_contributions :: < Test > ( vec ! [ BOB , CHARLIE ] , 100_000 ) ;
692
693
let prop_milestones = get_milestones ( 10 ) ;
694
+ let jury = vec ! [ JURY_1 , JURY_2 ] ;
693
695
let project_key =
694
- create_and_fund_project :: < Test > ( ALICE , cont, prop_milestones, CurrencyId :: Native )
696
+ create_and_fund_project :: < Test > ( ALICE , cont, prop_milestones, CurrencyId :: Native , jury )
695
697
. unwrap ( ) ;
696
698
let milestone_key = 5 ;
697
699
assert_ok ! ( Proposals :: submit_milestone(
0 commit comments