Skip to content

Commit bc08dc8

Browse files
committed
update migration test
1 parent 08e62d0 commit bc08dc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pallets/subtensor/tests/migration.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ fn test_migrate_commit_reveal_2() {
446446
// ------------------------------
447447
// Step 1: Simulate Old Storage Entries
448448
// ------------------------------
449-
const MIGRATION_NAME: &str = "migrate_commit_reveal_2";
449+
const MIGRATION_NAME: &str = "migrate_commit_reveal_2_v2";
450450

451451
let pallet_prefix = twox_128("SubtensorModule".as_bytes());
452452
let storage_prefix_interval = twox_128("WeightCommitRevealInterval".as_bytes());

0 commit comments

Comments
 (0)