Skip to content

Commit eb4a57c

Browse files
committed
rename test
1 parent 480b1c5 commit eb4a57c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pallets/subtensor/tests/migration.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -392,9 +392,9 @@ fn test_migrate_fix_total_coldkey_stake_runs_once() {
392392
})
393393
}
394394

395-
// SKIP_WASM_BUILD=1 RUST_LOG=info cargo test --test migration -- test_migrate_fix_total_coldkey_stake_starts_with_value_no_more_entries --exact --nocapture
395+
// SKIP_WASM_BUILD=1 RUST_LOG=info cargo test --test migration -- test_migrate_fix_total_coldkey_stake_starts_with_value_no_stake_map_entries --exact --nocapture
396396
#[test]
397-
fn test_migrate_fix_total_coldkey_stake_starts_with_value_no_more_entries() {
397+
fn test_migrate_fix_total_coldkey_stake_starts_with_value_no_stake_map_entries() {
398398
new_test_ext(1).execute_with(|| {
399399
let migration_name = "fix_total_coldkey_stake_v7";
400400
let coldkey = U256::from(0);

0 commit comments

Comments
 (0)