From: rinpatch Date: Sun, 2 Jun 2019 20:46:17 +0000 (+0300) Subject: Remove a TODO comment as the tests for poll view were written X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=1fd8e19d767e03475555e879c8e5e0fcc8d5c6bf;p=akkoma Remove a TODO comment as the tests for poll view were written --- 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