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 50179b5 commit 6cbd4d0Copy full SHA for 6cbd4d0
pallets/subtensor/tests/swap_hotkey.rs
@@ -960,9 +960,9 @@ fn test_swap_hotkey_error_cases() {
960
});
961
}
962
963
-// SKIP_WASM_BUILD=1 RUST_LOG=debug cargo test --test swap_hotkey -- test_swap_hotkey_becomes_delegate --exact --nocapture
+// SKIP_WASM_BUILD=1 RUST_LOG=debug cargo test --test swap_hotkey -- test_swap_hotkey_does_not_become_delegate --exact --nocapture
964
#[test]
965
-fn test_swap_hotkey_becomes_delegate() {
+fn test_swap_hotkey_does_not_become_delegate() {
966
new_test_ext(1).execute_with(|| {
967
let netuid: u16 = 1;
968
let tempo: u16 = 13;
0 commit comments