mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-10 11:19:19 +00:00
Format
This commit is contained in:
parent
ca2e9ce9cc
commit
340dd7a75e
1 changed files with 1 additions and 2 deletions
|
@ -20,8 +20,7 @@ defmodule Pleroma.ActivityTest do
|
|||
test "returns the activity that created an object" do
|
||||
activity = insert(:note_activity)
|
||||
|
||||
found_activity =
|
||||
Activity.get_create_activity_by_object_ap_id(activity.data["object"]["id"])
|
||||
found_activity = Activity.get_create_activity_by_object_ap_id(activity.data["object"]["id"])
|
||||
|
||||
assert activity == found_activity
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue