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
|
|
@ -5,7 +5,8 @@
|
|||
defmodule Pleroma.ObjectTest do
|
||||
use Pleroma.DataCase
|
||||
import Pleroma.Factory
|
||||
alias Pleroma.{Repo, Object}
|
||||
alias Pleroma.Repo
|
||||
alias Pleroma.Object
|
||||
|
||||
test "returns an object by it's AP id" do
|
||||
object = insert(:note)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue