mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 04:41:02 +00:00
* Use blank task group name Signed-off-by: Andrei Sandu <andrei-mihail@parity.io> * cargo fmt Signed-off-by: Andrei Sandu <andrei-mihail@parity.io> * Update Signed-off-by: Andrei Sandu <andrei-mihail@parity.io> * update Cargo.lock and switch from 0.9.12 to master * format with LATEST nightly Co-authored-by: Andronik Ordian <write@reusable.software>
This commit is contained in:
@@ -390,7 +390,7 @@ mod tests {
|
||||
.build()
|
||||
.expect("Builds overseer");
|
||||
|
||||
spawner.spawn("overseer", overseer.run().then(|_| async { () }).boxed());
|
||||
spawner.spawn("overseer", None, overseer.run().then(|_| async { () }).boxed());
|
||||
|
||||
let collator_start = start_collator(StartCollatorParams {
|
||||
runtime_api: client.clone(),
|
||||
|
||||
Reference in New Issue
Block a user