mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 04:01:02 +00:00
Leftover (#2900)
This commit is contained in:
committed by
Bastian Köcher
parent
1dba7e052d
commit
aeb3438322
@@ -56,6 +56,5 @@ sp-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk", bra
|
||||
sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
|
||||
|
||||
[dev-dependencies]
|
||||
bp-rococo = { path = "../../chains/chain-rococo" }
|
||||
pallet-transaction-payment = { git = "https://github.com/paritytech/polkadot-sdk", branch = "master" }
|
||||
relay-substrate-client = { path = "../client-substrate", features = ["test-helpers"] }
|
||||
|
||||
@@ -528,8 +528,8 @@ mod tests {
|
||||
use super::*;
|
||||
use relay_substrate_client::test_chain::TestChain;
|
||||
|
||||
const AT_SOURCE: Option<bp_rococo::BlockNumber> = Some(10);
|
||||
const AT_TARGET: Option<bp_rococo::BlockNumber> = Some(1);
|
||||
const AT_SOURCE: Option<BlockNumberOf<TestChain>> = Some(10);
|
||||
const AT_TARGET: Option<BlockNumberOf<TestChain>> = Some(1);
|
||||
|
||||
#[async_std::test]
|
||||
async fn mandatory_headers_scan_range_selects_range_if_some_headers_are_missing() {
|
||||
|
||||
Reference in New Issue
Block a user