1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-01-19 08:24:41 +01:00

7 lines
74 B
Rust
Raw Normal View History

2020-04-26 20:11:16 +01:00
#[actix_rt::test]
async fn my_test() {
assert!(true);
}
fn main() {}