Remove a failing search test due to it being unrealistic
authorrinpatch <rinpatch@sdf.org>
Wed, 16 Oct 2019 12:09:39 +0000 (15:09 +0300)
committerrinpatch <rinpatch@sdf.org>
Wed, 16 Oct 2019 12:09:39 +0000 (15:09 +0300)
commitb8be6a4dc92ef067bc6844a89095986f07367fba
tree3b354746e77f58aac675d25b8fed44c650ef8ba7
parent0a5175ecbb796cf3c192a42dc561debd73640a54
Remove a failing search test due to it being unrealistic
While the case tested (`lain@ple`) gives wrong ordering due to
using only trigram to order, it almost never happens in reality. In reality
it would be either `lain` (in which case it's fine to list the user with `lain`
in display name first), or `@lain@pleroma.soykaf.com`/`lain@pleroma.soykaf.com` (which is
handled fine as well)
test/user_search_test.exs