Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Roznovjak committed Nov 21, 2023
1 parent 9abbde9 commit b5ca288
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
7 changes: 1 addition & 6 deletions integration-tests/src/non_native_fee.rs
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
#![cfg(test)]

use crate::polkadot_test_net::*;
use frame_support::{
assert_ok,
dispatch::DispatchInfo,
sp_runtime::traits::SignedExtension,
weights::Weight,
};
use frame_support::{assert_ok, dispatch::DispatchInfo, sp_runtime::traits::SignedExtension, weights::Weight};
use hydradx_runtime::{Balances, Currencies, MultiTransactionPayment, RuntimeOrigin, Tokens};
use orml_traits::currency::MultiCurrency;
use primitives::Price;
Expand Down
1 change: 0 additions & 1 deletion integration-tests/src/polkadot_test_net.rs
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,6 @@ pub fn hydradx_run_to_next_block() {
}

pub fn hydradx_run_to_block(to: BlockNumber) {

let b = hydradx_runtime::System::block_number();
assert!(b <= to, "the current block number {:?} is higher than expected.", b);

Expand Down

0 comments on commit b5ca288

Please sign in to comment.