]> Untitled Git - lemmy.git/blobdiff - crates/apub/src/objects/post.rs
Remove `actix_rt` & use standard tokio spawn (#3158)
[lemmy.git] / crates / apub / src / objects / post.rs
index b255ffb9b66efe93b7cd968a12b39fe1d486f395..4ef9351ab474fffd073a682b88f4ba725a25c184 100644 (file)
@@ -281,7 +281,7 @@ mod tests {
   use lemmy_db_schema::source::site::Site;
   use serial_test::serial;
 
-  #[actix_rt::test]
+  #[tokio::test]
   #[serial]
   async fn test_parse_lemmy_post() {
     let context = init_context().await;