X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=test%2Factivity_test.exs;h=ad889f544830a5ed8463312461c5ee35bdd3b7af;hb=92a0210fb03ca3e0aefe769fb6b0ab7bda6e5336;hp=dcac8649a72f7c265c0f0f952edced24025dbdbe;hpb=f8ab1b7427e91ec1b7883e021836099226b56566;p=akkoma diff --git a/test/activity_test.exs b/test/activity_test.exs index dcac8649a..ad889f544 100644 --- a/test/activity_test.exs +++ b/test/activity_test.exs @@ -24,7 +24,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_by_object_ap_id(activity.data["object"]["id"]) assert activity == found_activity end