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 c61782f commit cab0fc3Copy full SHA for cab0fc3
pallets/subtensor/tests/swap_hotkey.rs
@@ -1099,7 +1099,7 @@ fn test_swap_hotkey_with_delegate_and_stakes() {
1099
1100
log::info!("new_hotkey_stakers: {:?}", new_hotkey_stakers);
1101
1102
- assert_eq!(new_hotkey_stakers.len(), 2);
+ assert_eq!(new_hotkey_stakers.len(), 3);
1103
assert!(new_hotkey_stakers.contains(&staker1));
1104
assert!(new_hotkey_stakers.contains(&staker2));
1105
0 commit comments