Skip to content

Commit bdb3e17

Browse files
Update pallets/subtensor/tests/swap_hotkey.rs
Co-authored-by: Cameron Fairchild <[email protected]>
1 parent 6cbd4d0 commit bdb3e17

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
@@ -990,7 +990,7 @@ fn test_swap_hotkey_does_not_become_delegate() {
990990
// Check that old_hotkey is still not a delegate
991991
assert!(!Delegates::<Test>::contains_key(old_hotkey));
992992

993-
// Check that new_hotkey is now a delegate with the correct take value
993+
// Check that new_hotkey is NOT a delegate either
994994
assert!(!Delegates::<Test>::contains_key(new_hotkey));
995995
});
996996
}

0 commit comments

Comments
 (0)