mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 08:47:57 +00:00
Updating shell.nix nightly (#11266)
* The 2022-02-10 nightly can't build some deps There's a sig that returns `impl IntoIterator<Item = (&'static str, OsString)>` and an Option is being retured but it's incorrectly not allowing a `?` in the method. * removing duplicate test * [ci] add job cargo-check-nixos * add dummy variables nix check * fix check-dependent jobs * fix check-dependent-project template Co-authored-by: alvicsam <alvicsam@gmail.com>
This commit is contained in:
@@ -1098,21 +1098,6 @@ mod remote_tests {
|
||||
}
|
||||
}
|
||||
|
||||
#[tokio::test]
|
||||
async fn can_build_child_tree() {
|
||||
init_logger();
|
||||
Builder::<Block>::new()
|
||||
.mode(Mode::Online(OnlineConfig {
|
||||
transport: "wss://rpc.polkadot.io:443".to_owned().into(),
|
||||
pallets: vec!["Crowdloan".to_owned()],
|
||||
..Default::default()
|
||||
}))
|
||||
.build()
|
||||
.await
|
||||
.expect(REMOTE_INACCESSIBLE)
|
||||
.execute_with(|| {});
|
||||
}
|
||||
|
||||
#[tokio::test]
|
||||
async fn can_create_child_snapshot() {
|
||||
init_logger();
|
||||
@@ -1196,9 +1181,7 @@ mod remote_tests {
|
||||
init_logger();
|
||||
Builder::<Block>::new()
|
||||
.mode(Mode::Online(OnlineConfig {
|
||||
// transport: "wss://kusama-rpc.polkadot.io".to_owned().into(),
|
||||
transport: "ws://kianenigma-archive:9924".to_owned().into(),
|
||||
// transport: "ws://localhost:9999".to_owned().into(),
|
||||
transport: "wss://rpc.polkadot.io:443".to_owned().into(),
|
||||
pallets: vec!["Crowdloan".to_owned()],
|
||||
..Default::default()
|
||||
}))
|
||||
|
||||
Reference in New Issue
Block a user