This commit is contained in:
Squirrel
2023-05-25 07:28:34 +01:00
committed by GitHub
parent 490ab62a6d
commit 2e57218fe5
@@ -45,7 +45,7 @@ fn teleport_native_assets_from_relay_to_assets_para() {
Statemint,
vec![
RuntimeEvent::Balances(pallet_balances::Event::Deposit { who, .. }) => {
who: *who == StatemineReceiver::get().into(),
who: *who == StatemintReceiver::get().into(),
},
]
);