diff options
author | lain <lain@soykaf.club> | 2019-02-03 18:54:39 +0100 |
---|---|---|
committer | lain <lain@soykaf.club> | 2019-02-03 18:54:39 +0100 |
commit | e61f0be9518aff867f4c56f5102723eddbcf40f1 (patch) | |
tree | 7b1c15e651f47d26bc082f865843f2fab6b62cf6 /test/support/data_case.ex | |
parent | 505a084058eeeed7d945b43630c97c38cafec656 (diff) | |
download | pleroma-e61f0be9518aff867f4c56f5102723eddbcf40f1.tar.gz pleroma-e61f0be9518aff867f4c56f5102723eddbcf40f1.zip |
Unbreak all the tests.
Diffstat (limited to 'test/support/data_case.ex')
-rw-r--r-- | test/support/data_case.ex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/support/data_case.ex b/test/support/data_case.ex index 56d5896ad..df260bd3f 100644 --- a/test/support/data_case.ex +++ b/test/support/data_case.ex @@ -32,6 +32,7 @@ defmodule Pleroma.DataCase do setup tags do Cachex.clear(:user_cache) + Cachex.clear(:object_cache) :ok = Ecto.Adapters.SQL.Sandbox.checkout(Pleroma.Repo) unless tags[:async] do |