5 lines
91 B
Rust
5 lines
91 B
Rust
#[tokio::test(flavor = "current_thread")]
|
|
async fn smoke() {
|
|
println!("Hello test!")
|
|
}
|