MastoAPI Accounts: Add fetching by nickname.
[akkoma] / test / web / websub / websub_controller_test.exs
index 04fb4a5a33ffe2d4d3c6ac42f8bffdcfbd2bb976..87b01d89b5cba80b5a381eb0067ef41bf7272095 100644 (file)
@@ -81,7 +81,7 @@ defmodule Pleroma.Web.Websub.WebsubControllerTest do
 
       assert response(conn, 500) == "Error"
 
-      assert length(Repo.all(Activity)) == 0
+      assert Enum.empty?(Repo.all(Activity))
     end
   end
 end