chore: regenerate umbrella crate, fix feature propagation
This commit is contained in:
@@ -20,6 +20,8 @@
|
||||
|
||||
pub mod fatp_common;
|
||||
|
||||
use bizinikiwi_test_runtime_client::Sr25519Keyring::*;
|
||||
use bizinikiwi_test_runtime_transaction_pool::uxt;
|
||||
use fatp_common::{invalid_hash, new_best_block_event, TestPoolBuilder, LOG_TARGET, SOURCE};
|
||||
use futures::{executor::block_on, FutureExt};
|
||||
use pezsc_transaction_pool::ChainApi;
|
||||
@@ -27,8 +29,6 @@ use pezsc_transaction_pool_api::{
|
||||
error::Error as TxPoolError, LocalTransactionPool, MaintainedTransactionPool, TransactionPool,
|
||||
TransactionStatus,
|
||||
};
|
||||
use bizinikiwi_test_runtime_client::Sr25519Keyring::*;
|
||||
use bizinikiwi_test_runtime_transaction_pool::uxt;
|
||||
use tracing::info;
|
||||
#[test]
|
||||
fn fatp_prio_ready_higher_evicts_lower() {
|
||||
|
||||
Reference in New Issue
Block a user