Skip to content

Commit 6cbd4d0

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pallets/subtensor/tests/swap_hotkey.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -960,9 +960,9 @@ fn test_swap_hotkey_error_cases() {
960960
});
961961
}
962962

963-
// SKIP_WASM_BUILD=1 RUST_LOG=debug cargo test --test swap_hotkey -- test_swap_hotkey_becomes_delegate --exact --nocapture
963+
// SKIP_WASM_BUILD=1 RUST_LOG=debug cargo test --test swap_hotkey -- test_swap_hotkey_does_not_become_delegate --exact --nocapture
964964
#[test]
965-
fn test_swap_hotkey_becomes_delegate() {
965+
fn test_swap_hotkey_does_not_become_delegate() {
966966
new_test_ext(1).execute_with(|| {
967967
let netuid: u16 = 1;
968968
let tempo: u16 = 13;

0 commit comments

Comments
 (0)