projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab6ebba
)
formatted
author
cascode
<cascode@amplifie.red>
Fri, 4 Jan 2019 18:18:43 +0000
(10:18 -0800)
committer
cascode
<cascode@amplifie.red>
Fri, 4 Jan 2019 18:18:43 +0000
(10:18 -0800)
test/user_test.exs
patch
|
blob
|
history
diff --git
a/test/user_test.exs
b/test/user_test.exs
index 4f4f55f9070117d0fe79eed8fcea5aa3722cc763..74accb7c8a99ecd8458ea9350c62c2f994131090 100644
(file)
--- a/
test/user_test.exs
+++ b/
test/user_test.exs
@@
-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