akkoma/test
rinpatch eca86330b4 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)
2019-10-18 14:56:27 +03:00
..
activity/ir
bbs
config
conversation
emails
fixtures
http
integration
object
plugs
support
tasks
upload
uploaders
web
activity_expiration_test.exs
activity_expiration_worker_test.exs
activity_test.exs
bookmark_test.exs
captcha_test.exs
config_test.exs
conversation_test.exs
emoji_test.exs
filter_test.exs
formatter_test.exs
healthcheck_test.exs
html_test.exs
http_test.exs
keys_test.exs
list_test.exs
moderation_log_test.exs
notification_test.exs
object_test.exs
pagination_test.exs
registration_test.exs
repo_test.exs
reverse_proxy_test.exs
safe_jsonb_set_test.exs Add a test for safe_jsonb_set 2019-10-18 14:33:51 +03:00
scheduled_activity_test.exs
scheduled_activity_worker_test.exs
signature_test.exs
test_helper.exs
upload_test.exs
user_info_test.exs
user_invite_token_test.exs
user_search_test.exs Remove a failing search test due to it being unrealistic 2019-10-18 14:56:27 +03:00
user_test.exs
xml_builder_test.exs