diff options
author | rinpatch <rinpatch@sdf.org> | 2019-06-02 23:46:17 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-06-02 23:46:17 +0300 |
commit | 1fd8e19d767e03475555e879c8e5e0fcc8d5c6bf (patch) | |
tree | 53b934df0cae631b28d6f2392b966d19425eaaff | |
parent | 2fe3a20638789a8fb6e1a8e63cd5eb2247a9308a (diff) | |
download | pleroma-1fd8e19d767e03475555e879c8e5e0fcc8d5c6bf.tar.gz |
Remove a TODO comment as the tests for poll view were written
-rw-r--r-- | lib/pleroma/web/mastodon_api/views/status_view.ex | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/pleroma/web/mastodon_api/views/status_view.ex b/lib/pleroma/web/mastodon_api/views/status_view.ex index 7eea0122b..6836d331a 100644 --- a/lib/pleroma/web/mastodon_api/views/status_view.ex +++ b/lib/pleroma/web/mastodon_api/views/status_view.ex @@ -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 |