mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-20 18:41:01 +00:00
Session is actually ancient not unknown. (#5286)
This commit is contained in:
@@ -947,7 +947,7 @@ pub(crate) mod tests {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn imported_block_info_fails_if_unknown_session() {
|
fn imported_block_info_fails_if_ancient_session() {
|
||||||
let pool = TaskExecutor::new();
|
let pool = TaskExecutor::new();
|
||||||
let (mut ctx, mut handle) = make_subsystem_context::<(), _>(pool.clone());
|
let (mut ctx, mut handle) = make_subsystem_context::<(), _>(pool.clone());
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user