Skip to content

Commit

Permalink
Fixing test
Browse files Browse the repository at this point in the history
  • Loading branch information
darkforest0202 committed Jul 12, 2023
1 parent 06f1885 commit 5a27c14
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions virto-xcm-emulator/src/tests/reserve_transfer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,29 +48,29 @@ fn reserve_transfer_native_token_from_relay_chain_to_kreivo_parachain() {

type RuntimeEvent = <Kusama as Relay>::RuntimeEvent;

/* assert_expected_events!(
assert_expected_events!(
Kusama,
vec![
RuntimeEvent::XcmPallet(pallet_xcm::Event::Attempted(Outcome::Complete(weight))) => {
weight: weight_within_threshold((REF_TIME_THRESHOLD, PROOF_SIZE_THRESHOLD), Weight::from_parts(754_244_000, 0), *weight),
},
]
); */
);
});

// Receive XCM message in parachain
Kreivo::execute_with(|| {
type RuntimeEvent = <Kreivo as Para>::RuntimeEvent;

/* assert_expected_events!(
assert_expected_events!(
Kreivo,
vec![
RuntimeEvent::DmpQueue(cumulus_pallet_dmp_queue::Event::ExecutedDownward {
outcome: Outcome::Complete(_),
..
}) => {},
]
); */
);
});
const EST_FEES: u128 = 1_600_000_000 * 10;

Expand Down

0 comments on commit 5a27c14

Please sign in to comment.