]> Untitled Git - lemmy.git/blobdiff - api_tests/src/comment.spec.ts
Trying again.
[lemmy.git] / api_tests / src / comment.spec.ts
index 693bdaf21b5207a5923fa7f4c70b6c0921cbc30f..57756a39e3779749eb18c0ad919314453080d116 100644 (file)
@@ -356,4 +356,6 @@ test('Fetch in_reply_tos: A is unsubbed from B, B makes a post, and some embedde
   assertCommentFederation(alphaPost.comments[0], updateRes.comment);
   expect(alphaPost.post.community_local).toBe(false);
   expect(alphaPost.post.creator_local).toBe(false);
+
+  await unfollowRemotes(alpha);
 });