SideEffects.DeleteTest: asyncify.
Replace Mock with Mox, mock out Logger.
This commit is contained in:
parent
afe9c152ab
commit
8e5904daa5
10 changed files with 190 additions and 114 deletions
7
lib/pleroma/logging.ex
Normal file
7
lib/pleroma/logging.ex
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue