Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AurevoirXavier committed Jul 18, 2023
1 parent 210d69d commit 74d43bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/common/src/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ macro_rules! impl_account_migration_tests {
assert!(AccountMigration::account_of(&account_id_32).is_none());
assert!(AccountMigration::kton_account_of(&account_id_32).is_none());

<pallet_balances::TotalIssuance<Runtime, _>>::put(RING_AMOUNT);
<darwinia_account_migration::Accounts<Runtime>>::insert(
&account_id_32,
AccountInfo {
Expand Down

0 comments on commit 74d43bd

Please sign in to comment.