SideEffects.DeleteTest: asyncify.

Replace Mock with Mox, mock out Logger.
This commit is contained in:
lain 2021-01-04 18:40:59 +01:00
commit 8e5904daa5
10 changed files with 190 additions and 114 deletions

7
lib/pleroma/logging.ex Normal file
View file

@ -0,0 +1,7 @@
# Pleroma: A lightweight social networking server
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only
defmodule Pleroma.Logging do
@callback error(String.t()) :: any()
end