Merge branch 'fix/credo-issues-test' into 'develop'
Fix credo issues in ./test See merge request pleroma/pleroma!808
This commit is contained in:
commit
19756d68f2
30 changed files with 109 additions and 52 deletions
|
|
@ -4,7 +4,9 @@
|
|||
|
||||
defmodule Pleroma.UserTest do
|
||||
alias Pleroma.Builders.UserBuilder
|
||||
alias Pleroma.{User, Repo, Activity}
|
||||
alias Pleroma.Activity
|
||||
alias Pleroma.Repo
|
||||
alias Pleroma.User
|
||||
alias Pleroma.Web.CommonAPI
|
||||
use Pleroma.DataCase
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue