@@ -87,11 +87,11 @@ fn test_senate_join_works() {
8787 coldkey_account_id
8888 ) ;
8989
90- // Lets make this new key a delegate with a 50 % take.
90+ // Lets make this new key a delegate with a 10 % take.
9191 assert_ok ! ( SubtensorModule :: do_become_delegate(
9292 <<Test as Config >:: RuntimeOrigin >:: signed( coldkey_account_id) ,
9393 hotkey_account_id,
94- u16 :: MAX / 2
94+ u16 :: MAX / 10
9595 ) ) ;
9696
9797 let staker_coldkey = U256 :: from ( 7 ) ;
@@ -156,11 +156,11 @@ fn test_senate_vote_works() {
156156 coldkey_account_id
157157 ) ;
158158
159- // Lets make this new key a delegate with a 50 % take.
159+ // Lets make this new key a delegate with a 10 % take.
160160 assert_ok ! ( SubtensorModule :: do_become_delegate(
161161 <<Test as Config >:: RuntimeOrigin >:: signed( coldkey_account_id) ,
162162 hotkey_account_id,
163- u16 :: MAX / 2
163+ u16 :: MAX / 10
164164 ) ) ;
165165
166166 let staker_coldkey = U256 :: from ( 7 ) ;
@@ -324,11 +324,11 @@ fn test_senate_leave_works() {
324324 coldkey_account_id
325325 ) ;
326326
327- // Lets make this new key a delegate with a 50 % take.
327+ // Lets make this new key a delegate with a 10 % take.
328328 assert_ok ! ( SubtensorModule :: do_become_delegate(
329329 <<Test as Config >:: RuntimeOrigin >:: signed( coldkey_account_id) ,
330330 hotkey_account_id,
331- u16 :: MAX / 2
331+ u16 :: MAX / 10
332332 ) ) ;
333333
334334 let staker_coldkey = U256 :: from ( 7 ) ;
@@ -394,11 +394,11 @@ fn test_senate_leave_vote_removal() {
394394 coldkey_account_id
395395 ) ;
396396
397- // Lets make this new key a delegate with a 50 % take.
397+ // Lets make this new key a delegate with a 10 % take.
398398 assert_ok ! ( SubtensorModule :: do_become_delegate(
399399 coldkey_origin. clone( ) ,
400400 hotkey_account_id,
401- u16 :: MAX / 2
401+ u16 :: MAX / 10
402402 ) ) ;
403403
404404 let staker_coldkey = U256 :: from ( 7 ) ;
@@ -530,11 +530,11 @@ fn test_senate_not_leave_when_stake_removed() {
530530 coldkey_account_id
531531 ) ;
532532
533- // Lets make this new key a delegate with a 50 % take.
533+ // Lets make this new key a delegate with a 10 % take.
534534 assert_ok ! ( SubtensorModule :: do_become_delegate(
535535 <<Test as Config >:: RuntimeOrigin >:: signed( coldkey_account_id) ,
536536 hotkey_account_id,
537- u16 :: MAX / 2
537+ u16 :: MAX / 10
538538 ) ) ;
539539
540540 let staker_coldkey = U256 :: from ( 7 ) ;
0 commit comments