9 lines
145 B
Rust
Raw Normal View History

2021-09-10 18:21:35 +08:00
use crate::helper::DocTest;
#[actix_rt::test]
async fn doc_create() {
let test = DocTest::new().await;
log::info!("{:?}", test.doc);
}