]> Untitled Git - lemmy.git/blobdiff - crates/apub/src/protocol/activities/voting/mod.rs
Reorganize federation tests (#2092)
[lemmy.git] / crates / apub / src / protocol / activities / voting / mod.rs
index ab405d0d83bcbada3bceb92e73be0a634037874f..94f759ed83697f166ec71bf5508957ec927d4dba 100644 (file)
@@ -8,8 +8,8 @@ mod tests {
     tests::test_parse_lemmy_item,
   };
 
-  #[actix_rt::test]
-  async fn test_parse_lemmy_voting() {
+  #[test]
+  fn test_parse_lemmy_voting() {
     test_parse_lemmy_item::<Vote>("assets/lemmy/activities/voting/like_note.json").unwrap();
     test_parse_lemmy_item::<Vote>("assets/lemmy/activities/voting/dislike_page.json").unwrap();