]> Untitled Git - lemmy.git/blobdiff - crates/apub/src/protocol/activities/community/mod.rs
Reorganize federation tests (#2092)
[lemmy.git] / crates / apub / src / protocol / activities / community / mod.rs
index a25d5ca2d27c08ed67ab83c179778be30deea12e..47771891ffed0b071a6e38e377231457bb19da76 100644 (file)
@@ -17,8 +17,8 @@ mod tests {
     tests::test_parse_lemmy_item,
   };
 
-  #[actix_rt::test]
-  async fn test_parse_lemmy_community() {
+  #[test]
+  fn test_parse_lemmy_community_activities() {
     test_parse_lemmy_item::<AnnounceActivity>(
       "assets/lemmy/activities/community/announce_create_page.json",
     )