Browse Source

chore: fix test

appflowy 2 years ago
parent
commit
4cafef6c8d
1 changed files with 2 additions and 1 deletions
  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 {