Small refactor.

This commit is contained in:
lain 2018-11-08 16:05:28 +01:00
commit 3b02fd9fb7
2 changed files with 2 additions and 17 deletions

View file

@ -13,5 +13,6 @@ defmodule Pleroma.Web.ActivityPub.ObjectViewTest do
assert result["to"] == note.data["to"]
assert result["content"] == note.data["content"]
assert result["type"] == "Note"
assert result["@context"]
end
end