projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7bd49a3
)
[#483] User.get_by_nickname/1: ensured case-insensitive matching for local FQN. Added...
author
Ivan Tashkinov
<ivantashkinov@gmail.com>
Sat, 29 Dec 2018 09:26:23 +0000
(12:26 +0300)
committer
Ivan Tashkinov
<ivantashkinov@gmail.com>
Sat, 29 Dec 2018 09:27:12 +0000
(12:27 +0300)
test/user_test.exs
patch
|
blob
|
history
diff --git
a/test/user_test.exs
b/test/user_test.exs
index 8225453abffc92cc44de69695a83d9f05ce422a5..4680850eadace56db76d105a9e9425bb34fc9a88 100644
(file)
--- a/
test/user_test.exs
+++ b/
test/user_test.exs
@@
-278,7
+278,6
@@
defmodule Pleroma.UserTest do
assert user == fetched_user
end
-
test "gets an existing user by fully qualified nickname" do
user = insert(:user)