Hook unfollow into TwitterAPI
[akkoma] / test / support / conn_case.ex
index a83ef3b3ab96894d2d06b3620d41cb53eb62eea0..2e6707087f623d75c0c8ac3ef51e05608d83f91d 100644 (file)
@@ -26,14 +26,14 @@ defmodule Pleroma.Web.ConnCase do
     end
   end
 
-
   setup tags do
     Cachex.clear(:user_cache)
     :ok = Ecto.Adapters.SQL.Sandbox.checkout(Pleroma.Repo)
+
     unless tags[:async] do
       Ecto.Adapters.SQL.Sandbox.mode(Pleroma.Repo, {:shared, self()})
     end
+
     {:ok, conn: Phoenix.ConnTest.build_conn()}
   end
-
 end