Apply suggestion to test/web/mastodon_api/mastodon_api_controller_test.exs

This commit is contained in:
Maksim 2019-09-13 03:58:58 +00:00
parent ab2f21e470
commit 58b17196fa
1 changed files with 1 additions and 1 deletions

View File

@ -1552,7 +1552,7 @@ defmodule Pleroma.Web.MastodonAPI.MastodonAPIControllerTest do
assert to_string(other_user.id) == relationship["id"]
end
test "returns an empty list when bad request", %{conn: conn} do
test "returns an empty list on a bad request", %{conn: conn} do
user = insert(:user)
conn =