]> Untitled Git - lemmy.git/blobdiff - crates/apub/src/objects/community.rs
Remove `actix_rt` & use standard tokio spawn (#3158)
[lemmy.git] / crates / apub / src / objects / community.rs
index 6526d2d26eff08f05b9dad3bf3930733bf593714..888a7f4581b60c7d7af51ee0d10039ace140a0ec 100644 (file)
@@ -242,7 +242,7 @@ pub(crate) mod tests {
     community
   }
 
-  #[actix_rt::test]
+  #[tokio::test]
   #[serial]
   async fn test_parse_lemmy_community() {
     let context = init_context().await;