Skip to content

Commit

Permalink
change staking target extrinsic, closes #1570 (#1623)
Browse files Browse the repository at this point in the history
  • Loading branch information
shannonwells committed Apr 23, 2024
1 parent 3ab6b51 commit deb3642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/capacity/src/tests/other_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ fn set_target_details_is_successful() {

assert_eq!(Capacity::get_target_for(&staker, target), None);

let mut target_details = StakingTargetDetails::<BalanceOf<Test>>::default();
let mut target_details = StakingTargetDetails::<Test>::default();
target_details.amount = 10;
target_details.capacity = 10;

Expand Down

0 comments on commit deb3642

Please sign in to comment.