Mix format
This commit is contained in:
parent
142ebc54d2
commit
a76cf80c6d
2 changed files with 3 additions and 2 deletions
|
@ -166,7 +166,7 @@ test "it resets instance reachability on successful fetch" 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)
|
||||
|
|
|
@ -984,7 +984,8 @@ test "it doesn't fail on invalid alsoKnownAs entries" 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
|
||||
|
||||
|
|
Loading…
Reference in a new issue