Skip to content

Commit

Permalink
fix the name of test
Browse files Browse the repository at this point in the history
  • Loading branch information
ParthDesai committed Oct 30, 2024
1 parent 64e6894 commit a135032
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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::<Runtime>(Default::default());
let old_pallet_name = MigrateMMRLeafPallet::<Runtime>::old_pallet_name();
Expand Down

0 comments on commit a135032

Please sign in to comment.