chore: fix test

This commit is contained in:
appflowy 2022-06-28 08:56:15 +08:00
parent 08e05c425b
commit 4cafef6c8d

View File

@ -1,4 +1,5 @@
use lib_dispatch::{prelude::*, util::tokio_default_runtime};
use lib_dispatch::prelude::*;
use lib_dispatch::runtime::tokio_default_runtime;
use std::sync::Arc;
pub async fn hello() -> String {