Ver código fonte

chore: fix test

appflowy 2 anos atrás
pai
commit
4cafef6c8d
1 arquivos alterados com 2 adições e 1 exclusões
  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 {