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 6cbd4d0 commit bdb3e17Copy full SHA for bdb3e17
pallets/subtensor/tests/swap_hotkey.rs
@@ -990,7 +990,7 @@ fn test_swap_hotkey_does_not_become_delegate() {
990
// Check that old_hotkey is still not a delegate
991
assert!(!Delegates::<Test>::contains_key(old_hotkey));
992
993
- // Check that new_hotkey is now a delegate with the correct take value
+ // Check that new_hotkey is NOT a delegate either
994
assert!(!Delegates::<Test>::contains_key(new_hotkey));
995
});
996
}
0 commit comments