Switch cache implementation for size limiting.

This commit is contained in:
Roger Braun 2017-04-17 11:36:17 +02:00
commit 6bfd521974
5 changed files with 16 additions and 15 deletions

View file

@ -252,8 +252,8 @@ defmodule Pleroma.Web.TwitterAPI.TwitterAPITest do
end
setup do
Supervisor.terminate_child(Pleroma.Supervisor, ConCache)
Supervisor.restart_child(Pleroma.Supervisor, ConCache)
Supervisor.terminate_child(Pleroma.Supervisor, Cachex)
Supervisor.restart_child(Pleroma.Supervisor, Cachex)
:ok
end
end