Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MrishoLukamba committed Dec 16, 2023
1 parent 0025345 commit 2f9c119
Show file tree
Hide file tree
Showing 7 changed files with 1,052 additions and 1,373 deletions.
2 changes: 1 addition & 1 deletion pallets/vane-xcm-transfer-system/src/helper.rs
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ use sp_std::ops::{Mul, Sub};
pallet_balances::Call::<T,()>::transfer_keep_alive {
dest: T::Lookup::unlookup(receiver.clone()),
value: fees_amount
}.dispatch_bypass_filter(para_account_origin).unwrap();
}.dispatch_bypass_filter(para_account_origin).unwrap(); // Error handling

let _ = <pallet_assets::Pallet<T>>::deposit(currency_id.into(), receiver, amount, Precision::Exact)?;
Ok(())
Expand Down
3 changes: 3 additions & 0 deletions runtime/vane-parachain-runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
// Make the WASM binary available.
#[cfg(feature = "std")]
include!(concat!(env!("OUT_DIR"), "/wasm_binary.rs"));
#[cfg(test)]
mod xcm_eml_testing;


mod weights;
pub mod xcm_config;
Expand Down
Loading

0 comments on commit 2f9c119

Please sign in to comment.