]> Untitled Git - lemmy.git/blobdiff - crates/apub/src/protocol/collections/mod.rs
Reorganize federation tests (#2092)
[lemmy.git] / crates / apub / src / protocol / collections / mod.rs
index f34dd1d10800b763a8f6416e68b777837a23c611..0e251a1bbf4c5da4ef5aabd88b1ba3664b328ba0 100644 (file)
@@ -15,8 +15,8 @@ mod tests {
     tests::test_parse_lemmy_item,
   };
 
-  #[actix_rt::test]
-  async fn test_parse_lemmy_collections() {
+  #[test]
+  fn test_parse_lemmy_collections() {
     test_parse_lemmy_item::<GroupFollowers>("assets/lemmy/collections/group_followers.json")
       .unwrap();
     let outbox =