Cleanup: fix a comment
[akkoma] / test / web / mastodon_api / mastodon_api_controller_test.exs
index ce2e44499c523d4bbd2f9ad62109f7780c2977c4..b5279412f64cb28827dc5810c2ab869982d0515b 100644 (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)