Remove a TODO comment as the tests for poll view were written

Этот коммит содержится в:
rinpatch 2019-06-02 23:46:17 +03:00
родитель 2fe3a20638
Коммит 1fd8e19d76

Просмотреть файл

@ -330,7 +330,6 @@ defmodule Pleroma.Web.MastodonAPI.StatusView do
}
end
# TODO: Add tests for this view
def render("poll.json", %{object: object} = opts) do
{multiple, options} =
case object.data do