mirror of
https://github.com/pezkuwichain/pezkuwi-runtime-templates.git
synced 2026-06-09 21:21:04 +00:00
fix xcm constants (#268)
This commit is contained in:
committed by
Gustavo Gonzalez
parent
88accf616e
commit
1d429ee3ea
@@ -233,7 +233,8 @@ mod xcm_tests {
|
||||
|
||||
#[test]
|
||||
fn pallet_xcm_constants() {
|
||||
assert_eq!(MaxLockers::get(), 0);
|
||||
assert_eq!(MaxLockers::get(), 8);
|
||||
assert_eq!(MaxRemoteLockConsumers::get(), 0);
|
||||
assert_eq!(
|
||||
<generic_runtime_template::Runtime as pallet_xcm::Config>::VERSION_DISCOVERY_QUEUE_SIZE,
|
||||
100
|
||||
|
||||
Reference in New Issue
Block a user