mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-24 22:57:12 -04:00
8 lines
145 B
Rust
8 lines
145 B
Rust
use crate::helper::DocTest;
|
|
|
|
#[actix_rt::test]
|
|
async fn doc_create() {
|
|
let test = DocTest::new().await;
|
|
|
|
log::info!("{:?}", test.doc);
|
|
}
|