diff --git a/pallets/subtensor/tests/swap_hotkey.rs b/pallets/subtensor/tests/swap_hotkey.rs index 94abf73ea..417917af4 100644 --- a/pallets/subtensor/tests/swap_hotkey.rs +++ b/pallets/subtensor/tests/swap_hotkey.rs @@ -987,7 +987,7 @@ fn test_swap_hotkey_becomes_delegate() { &new_hotkey )); - // Check that old_hotkey is no longer a delegate + // Check that old_hotkey is still not a delegate assert!(!Delegates::::contains_key(old_hotkey)); // Check that new_hotkey is now a delegate with the correct take value