mirror of
https://github.com/actix/actix-web.git
synced 2024-11-13 04:11:09 +00:00
6 lines
91 B
Rust
6 lines
91 B
Rust
#[actix_web::test]
|
|
async fn my_test() {
|
|
assert!(async { 1 }.await, 1);
|
|
}
|
|
|
|
fn main() {}
|