#[test]
Marks async test function to be executed in an Actix system.
#[actix_rt::test] async fn my_test() { assert!(true); }