浏览代码

chore: fix test

appflowy 2 年之前
父节点
当前提交
4cafef6c8d
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      frontend/rust-lib/lib-dispatch/tests/api/module.rs

+ 2 - 1
frontend/rust-lib/lib-dispatch/tests/api/module.rs

@@ -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 {