diff --git a/solo-chains/runtime/dancelight/src/tests/migrations_test.rs b/solo-chains/runtime/dancelight/src/tests/migrations_test.rs index a80deaea7b..3db642a3d4 100644 --- a/solo-chains/runtime/dancelight/src/tests/migrations_test.rs +++ b/solo-chains/runtime/dancelight/src/tests/migrations_test.rs @@ -24,7 +24,7 @@ use tanssi_runtime_common::migrations::MigrateMMRLeafPallet; use xcm::v3::Weight; #[test] -fn test_migration_config_full_rotation_period() { +fn test_migration_mmr_leaf_pallet_renaming() { ExtBuilder::default().build().execute_with(|| { let migrate_mmr_leaf_pallet = MigrateMMRLeafPallet::(Default::default()); let old_pallet_name = MigrateMMRLeafPallet::::old_pallet_name();