Skip to content

Commit cab0fc3

Browse files
author
Samuel Dare
committed
chore: fix tests
1 parent c61782f commit cab0fc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pallets/subtensor/tests/swap_hotkey.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1099,7 +1099,7 @@ fn test_swap_hotkey_with_delegate_and_stakes() {
10991099

11001100
log::info!("new_hotkey_stakers: {:?}", new_hotkey_stakers);
11011101

1102-
assert_eq!(new_hotkey_stakers.len(), 2);
1102+
assert_eq!(new_hotkey_stakers.len(), 3);
11031103
assert!(new_hotkey_stakers.contains(&staker1));
11041104
assert!(new_hotkey_stakers.contains(&staker2));
11051105

0 commit comments

Comments
 (0)