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() {
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 ) ;
You can’t perform that action at this time.
0 commit comments