formatted

This commit is contained in:
cascode 2019-01-04 10:18:43 -08:00
parent ab6ebbae67
commit 4c5ee4c62b
1 changed files with 3 additions and 1 deletions

View File

@ -762,7 +762,9 @@ defmodule Pleroma.UserTest do
user_two = insert(:user, %{name: nil, nickname: "lain@pleroma.soykaf.com"})
assert user_two ==
User.search("lain@pleroma.soykaf.com") |> List.first() |> Map.put(:search_distance, nil)
User.search("lain@pleroma.soykaf.com")
|> List.first()
|> Map.put(:search_distance, nil)
end
end
end