Merge branch 'fix/credo-issues-test' into 'develop'

Fix credo issues in ./test

See merge request pleroma/pleroma!808
This commit is contained in:
kaniini 2019-02-14 03:55:26 +00:00
commit 19756d68f2
30 changed files with 109 additions and 52 deletions

View file

@ -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)