Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma into develop
[akkoma] / test / pleroma / web / mastodon_api / views / poll_view_test.exs
index b7e2f17eff9faf85af39ba109f1ff0bc964d493e..c655ca438ff6351e4aca0488f8a60c3762408515 100644 (file)
@@ -44,7 +44,7 @@ defmodule Pleroma.Web.MastodonAPI.PollViewTest do
       ],
       voted: false,
       votes_count: 0,
-      voters_count: nil
+      voters_count: 0
     }
 
     result = PollView.render("show.json", %{object: object})