Cleanup: fix a comment

This commit is contained in:
Mike Verdone 2019-07-22 16:45:54 +02:00
parent 0be548b90a
commit 8ba7a151ad

View file

@ -405,7 +405,7 @@ defmodule Pleroma.Web.MastodonAPI.MastodonAPIControllerTest do
assert %{"visibility" => "direct"} = status
assert status["url"] != direct.data["id"]
# User should be able to see his own direct message
# User should be able to see their own direct message
res_conn =
build_conn()
|> assign(:user, user_one)