diff options
author | Ivan Tashkinov <ivantashkinov@gmail.com> | 2018-12-29 12:26:23 +0300 |
---|---|---|
committer | Ivan Tashkinov <ivantashkinov@gmail.com> | 2018-12-29 12:27:12 +0300 |
commit | 242cc9a6589f54c523284dc2ec18990feb2ca00a (patch) | |
tree | 09a333485734b4f0317a704ad6c1b68e0e3c3597 | |
parent | 7bd49a32222045c34098f925fbd494461ab67ccd (diff) | |
download | pleroma-242cc9a6589f54c523284dc2ec18990feb2ca00a.tar.gz |
[#483] User.get_by_nickname/1: ensured case-insensitive matching for local FQN. Added tests.
-rw-r--r-- | test/user_test.exs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/user_test.exs b/test/user_test.exs index 8225453ab..4680850ea 100644 --- 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) |