diff options
author | Roger Braun <roger@rogerbraun.net> | 2017-04-17 11:36:17 +0200 |
---|---|---|
committer | Roger Braun <roger@rogerbraun.net> | 2017-04-17 11:36:17 +0200 |
commit | 6bfd521974ea30a044874dbc6dd6f422925d0055 (patch) | |
tree | 87260fe649aa779c3d5352289abed3033802cefd /test/web/twitter_api/twitter_api_test.exs | |
parent | e158e32124a62f2c93a8910bf3edc4519c4a13e6 (diff) | |
download | pleroma-6bfd521974ea30a044874dbc6dd6f422925d0055.tar.gz |
Switch cache implementation for size limiting.
Diffstat (limited to 'test/web/twitter_api/twitter_api_test.exs')
-rw-r--r-- | test/web/twitter_api/twitter_api_test.exs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/web/twitter_api/twitter_api_test.exs b/test/web/twitter_api/twitter_api_test.exs index 1e5204db8..8b15b0ed4 100644 --- a/test/web/twitter_api/twitter_api_test.exs +++ b/test/web/twitter_api/twitter_api_test.exs @@ -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 |