Skip to content

Commit

Permalink
fix: little merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscoaguirre committed Nov 15, 2024
1 parent 8c627e6 commit 38d30c1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1474,15 +1474,10 @@ fn location_conversion_works() {

#[test]
fn xcm_payment_api_works() {
<<<<<<< Updated upstream
asset_test_utils::test_cases::xcm_payment_api_works::<Runtime, RuntimeCall, RuntimeOrigin, Block>(
);
=======
asset_test_utils::test_cases::xcm_payment_api_works::<
Runtime,
RuntimeCall,
RuntimeOrigin,
Block
>();
>>>>>>> Stashed changes
}
Original file line number Diff line number Diff line change
Expand Up @@ -1449,15 +1449,10 @@ fn location_conversion_works() {

#[test]
fn xcm_payment_api_works() {
<<<<<<< Updated upstream
asset_test_utils::test_cases::xcm_payment_api_works::<Runtime, RuntimeCall, RuntimeOrigin, Block>(
);
=======
asset_test_utils::test_cases::xcm_payment_api_works::<
Runtime,
RuntimeCall,
RuntimeOrigin,
Block
>();
>>>>>>> Stashed changes
}

0 comments on commit 38d30c1

Please sign in to comment.