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:
Bastian Köcher
2021-11-19 22:23:35 +01:00
committed by GitHub
parent e0af286dac
commit be7dedd20c
4 changed files with 187 additions and 198 deletions
@@ -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;
}