Skip to content

Commit

Permalink
delete leftovers from merge
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorPopelyaev committed Dec 10, 2024
1 parent a826b68 commit 1a91cdd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions substrate/frame/transaction-payment/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -841,8 +841,6 @@ fn genesis_default_works() {
assert_eq!(NextFeeMultiplier::<Runtime>::get(), Multiplier::saturating_from_integer(1));
});
}
<<<<<<< HEAD
=======

#[test]
fn no_fee_and_no_weight_for_other_origins() {
Expand Down Expand Up @@ -917,4 +915,3 @@ fn fungible_adapter_no_zero_refund_action() {
);
});
}
>>>>>>> f520adb0 (Zero refund check for FungibleAdapter (#6506))

0 comments on commit 1a91cdd

Please sign in to comment.