From a135032f96a28e5266867bde36c2529e1c6828bb Mon Sep 17 00:00:00 2001 From: Parth Desai Date: Wed, 30 Oct 2024 17:46:26 +0400 Subject: [PATCH] fix the name of test --- solo-chains/runtime/dancelight/src/tests/migrations_test.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();