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

tests: fix up activity collision test

parent 4aa69927
No related branches found
No related tags found
2 merge requests!1912Feature/static fe,!967preloaded object normalization
Pipeline #9311 passed
......@@ -140,7 +140,7 @@ test "returns the activity if one with the same id is already in" 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.
Finish editing this message first!
Please register or to comment