Merge branch 'update/fe-bundle-20200206' into 'develop'
[akkoma] / test / web / activity_pub / transmogrifier / follow_handling_test.exs
index 7d6d0814d7eb6e21d035d5f7fb4c8592f0f50c8d..1c88b05c226879774eed307421235b022f33eea2 100644 (file)
@@ -78,7 +78,7 @@ defmodule Pleroma.Web.ActivityPub.Transmogrifier.FollowHandlingTest do
         )
         |> Repo.all()
 
-      assert length(accepts) == 0
+      assert Enum.empty?(accepts)
     end
 
     test "it works for follow requests when you are already followed, creating a new accept activity" do