File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ mod hooks {
158158 // Reset unactive subnets
159159 . saturating_add ( migrations:: migrate_reset_unactive_sn:: migrate_reset_unactive_sn :: < T > ( ) )
160160 // Remove old identity map entries(Identities, SubnetIdentities, SubnetIdentitiesV2)
161- . saturating_add ( migrations:: migrate_remove_old_identity_maps:: migrate_remove_old_identity_maps :: < T > ( ) ) ;
161+ . saturating_add ( migrations:: migrate_remove_old_identity_maps:: migrate_remove_old_identity_maps :: < T > ( ) )
162162 // Remove unknown neuron axon, certificate prom
163163 . saturating_add ( migrations:: migrate_remove_unknown_neuron_axon_cert_prom:: migrate_remove_unknown_neuron_axon_cert_prom :: < T > ( ) ) ;
164164 weight
Original file line number Diff line number Diff line change @@ -2751,6 +2751,9 @@ fn test_migrate_remove_old_identity_maps() {
27512751 migration,
27522752 100 ,
27532753 ) ;
2754+ }
2755+
2756+ #[ test]
27542757fn test_migrate_remove_unknown_neuron_axon_cert_prom ( ) {
27552758 use crate :: migrations:: migrate_remove_unknown_neuron_axon_cert_prom:: * ;
27562759 const MIGRATION_NAME : & [ u8 ] = b"migrate_remove_neuron_axon_cert_prom" ;
You can’t perform that action at this time.
0 commit comments