File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -392,9 +392,9 @@ fn test_migrate_fix_total_coldkey_stake_runs_once() {
392
392
} )
393
393
}
394
394
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
396
396
#[ 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 ( ) {
398
398
new_test_ext ( 1 ) . execute_with ( || {
399
399
let migration_name = "fix_total_coldkey_stake_v7" ;
400
400
let coldkey = U256 :: from ( 0 ) ;
You can’t perform that action at this time.
0 commit comments