Formatting fixes

This commit is contained in:
Francis Dinh 2018-04-25 01:43:45 -04:00
commit e981280fa7
2 changed files with 5 additions and 5 deletions

View file

@ -276,8 +276,7 @@ defmodule Pleroma.Web.MastodonAPI.MastodonAPIControllerTest do
|> assign(:user, user)
|> post("/api/v1/statuses/#{activity.id}/unreblog")
assert %{"id" => id, "reblogged" => false, "reblogs_count" => 0} =
json_response(conn, 200)
assert %{"id" => id, "reblogged" => false, "reblogs_count" => 0} = json_response(conn, 200)
assert to_string(activity.id) == id
end