Fix typos

This commit is contained in:
Alex Gleason 2022-01-22 23:02:44 -06:00 committed by tusooa
commit f4ccdfd503
No known key found for this signature in database
GPG key ID: 42AEC43D48433C51
2 changed files with 7 additions and 7 deletions

View file

@ -797,7 +797,7 @@ defmodule Pleroma.Web.CommonAPITest do
)
end
test "it allows allows quote posting" do
test "it allows quote posting" do
user = insert(:user)
{:ok, quoted} = CommonAPI.post(user, %{status: "Hello world"})