mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 12:17:58 +00:00
Companion for Taskmanager: Remove clean_shutdown (#4336)
* Companion for Taskmanager: Remove `clean_shutdown` https://github.com/paritytech/substrate/pull/10314 * Update Substrate * Remove warning
This commit is contained in:
@@ -35,6 +35,4 @@ async fn call_function_actually_work() {
|
||||
let result = object.get("result");
|
||||
let result = result.expect("key result exists");
|
||||
assert_eq!(result.as_str().map(|x| x.starts_with("0x")), Some(true), "result starts with 0x");
|
||||
|
||||
alice.task_manager.clean_shutdown().await;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user