Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
4meta5 committed Dec 20, 2024
1 parent 51143bc commit 66b20d7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions generic-template/runtime/tests/constants_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -159,10 +159,7 @@ mod runtime_tests {

#[test]
fn transaction_payment_constants() {
assert_eq!(
<Runtime as pallet_transaction_payment::Config>::TransactionByteFee::get(),
10 * MICROCENTS
);
assert_eq!(configs::TransactionByteFee::get(), 10 * MICROCENTS);

assert_eq!(
<Runtime as pallet_transaction_payment::Config>::OperationalFeeMultiplier::get(),
Expand Down

0 comments on commit 66b20d7

Please sign in to comment.