1
0
mirror of https://git.pleroma.social/sjw/pleroma.git synced 2024-12-26 09:35:14 +01:00

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)