Skip to content
Snippets Groups Projects
Commit b4f4b1d0 authored by Ivan Tashkinov's avatar Ivan Tashkinov
Browse files

[#1052] Removed an "empty" test.

parent 69b785c3
Branches missing-mastodon-follow-endpoint
No related tags found
No related merge requests found
Pipeline #20565 failed
......@@ -184,13 +184,6 @@ defmodule Pleroma.Conversation.ParticipationTest do
assert participation_one.last_activity_id == activity_three.id
end
test "TESTME" do
user = insert(:user)
{:ok, activity} = CommonAPI.post(user, %{"status" => ".", "visibility" => "direct"})
{:ok, _} = CommonAPI.delete(activity.id, user)
end
test "Doesn't die when the conversation gets empty" do
user = insert(:user)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment