mirror of
https://github.com/pezkuwichain/pezkuwi-runtime-templates.git
synced 2026-06-23 16:51:02 +00:00
v3 into main (#390)
This commit is contained in:
@@ -146,9 +146,7 @@ mod runtime_tests {
|
||||
fn assets_constants() {
|
||||
assert_eq!(<Runtime as pallet_assets::Config>::AssetDeposit::get(), 10 * CENTS);
|
||||
|
||||
// TODO: uncomment once patch is merged and updated RC is released and pointed to in deps
|
||||
//assert_eq!(<Runtime as pallet_assets::Config>::AssetAccountDeposit::get(), deposit(1, 16));
|
||||
assert_eq!(<Runtime as pallet_assets::Config>::AssetAccountDeposit::get(), MILLICENTS);
|
||||
assert_eq!(<Runtime as pallet_assets::Config>::AssetAccountDeposit::get(), deposit(1, 16));
|
||||
|
||||
assert_eq!(<Runtime as pallet_assets::Config>::ApprovalDeposit::get(), MILLICENTS);
|
||||
|
||||
@@ -239,7 +237,7 @@ mod runtime_tests {
|
||||
pallet_id_to_string(PalletId(*b"PotStake"))
|
||||
);
|
||||
|
||||
assert_eq!(configs::Period::get(), 6 * HOURS);
|
||||
assert_eq!(configs::SessionLength::get(), 6 * HOURS);
|
||||
|
||||
assert_eq!(configs::StakingAdminBodyId::get(), BodyId::Defense);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user