We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a5009a commit d1c25d3Copy full SHA for d1c25d3
pallets/subtensor/tests/migration.rs
@@ -519,5 +519,9 @@ fn test_migrate_fix_pending_emissions() {
519
PendingdHotkeyEmission::<Test>::get(taostats_old_hk_account),
520
0
521
);
522
+
523
+ // Check the stake entry is removed
524
+ assert_eq!(Stake::<Test>::get(datura_old_hk_account, null_account), 0);
525
+ assert_eq!(Stake::<Test>::get(taostats_old_hk_account, null_account), 0);
526
})
527
}
0 commit comments