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>
Fri, 18 Oct 2019 11:56:27 +0000 (14:56 +0300)
commiteca86330b4b1e834c14c4765469bf7238ffa0018
tree4af9d94dcd2ddc9e4d0586ed14da6f280736e032
parent7a00acb3e49f441d975ff509efabb0117875c61e
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