mirror of
https://github.com/fafhrd91/actix-web
synced 2024-11-24 08:22:59 +01:00
7 lines
91 B
Rust
7 lines
91 B
Rust
|
#[actix_web::test]
|
||
|
async fn my_test() {
|
||
|
assert!(async { 1 }.await, 1);
|
||
|
}
|
||
|
|
||
|
fn main() {}
|