Mix format

This commit is contained in:
FloatingGhost 2022-11-18 11:10:18 +00:00
parent 142ebc54d2
commit a76cf80c6d
2 changed files with 3 additions and 2 deletions

View File

@ -166,7 +166,7 @@ defmodule Pleroma.Object.FetcherTest do
Instances.set_consistently_unreachable(id)
refute Instances.reachable?(id)
{:ok, object} =
{:ok, _object} =
Fetcher.fetch_object_from_id("http://mastodon.example.org/@admin/99541947525187367")
assert Instances.reachable?(id)

View File

@ -984,7 +984,8 @@ defmodule Pleroma.UserTest do
%Tesla.Env{status: 404}
end)
assert {:ok, %User{also_known_as: []}} = User.get_or_fetch_by_ap_id("https://mbp.example.com/")
assert {:ok, %User{also_known_as: []}} =
User.get_or_fetch_by_ap_id("https://mbp.example.com/")
end
end