We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ab6b51 commit deb3642Copy full SHA for deb3642
pallets/capacity/src/tests/other_tests.rs
@@ -92,7 +92,7 @@ fn set_target_details_is_successful() {
92
93
assert_eq!(Capacity::get_target_for(&staker, target), None);
94
95
- let mut target_details = StakingTargetDetails::<BalanceOf<Test>>::default();
+ let mut target_details = StakingTargetDetails::<Test>::default();
96
target_details.amount = 10;
97
target_details.capacity = 10;
98
0 commit comments