Skip to content
Snippets Groups Projects
Commit 4a3dd86a authored by kaniini's avatar kaniini
Browse files

tests: fix up activity collision test

parent 4aa69927
Branches
No related tags found
No related merge requests found
......@@ -140,7 +140,7 @@ defmodule Pleroma.Web.ActivityPub.ActivityPubTest do
activity = insert(:note_activity)
{:ok, new_activity} = ActivityPub.insert(activity.data)
assert activity == new_activity
assert activity.id == new_activity.id
end
test "inserts a given map into the activity database, giving it an id if it has none." do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment