Improve tests coverage (#161)

* improve tests coverage
* update base64 crate
This commit is contained in:
Nikolay Kim 2023-01-14 20:34:53 +06:00 committed by GitHub
parent 9bf0908f41
commit fc7553b8bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 137 additions and 51 deletions

View file

@ -153,6 +153,7 @@ mod tokio {
pub fn block_on<F: Future<Output = ()>>(fut: F) {
let rt = tok_io::runtime::Builder::new_current_thread()
.enable_all()
// .unhandled_panic(tok_io::runtime::UnhandledPanic::ShutdownRuntime)
.build()
.unwrap();
tok_io::task::LocalSet::new().block_on(&rt, fut);