diff options
author | lain <lain@soykaf.club> | 2018-03-30 15:01:53 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2018-03-30 15:01:53 +0200 |
commit | 4afbef39f49948ddd3b1cd1bbda58ff7e3ac2785 (patch) | |
tree | 6959e12d9058c981f3b69c77b8b0290049651cd6 /test/activity_test.exs | |
parent | 480932c8e524e1a80c9c8ef1a1aa23379f633afe (diff) | |
download | pleroma-4afbef39f49948ddd3b1cd1bbda58ff7e3ac2785.tar.gz pleroma-4afbef39f49948ddd3b1cd1bbda58ff7e3ac2785.zip |
Format the code.
Diffstat (limited to 'test/activity_test.exs')
-rw-r--r-- | test/activity_test.exs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/activity_test.exs b/test/activity_test.exs index 366a2f957..55849c522 100644 --- a/test/activity_test.exs +++ b/test/activity_test.exs @@ -18,7 +18,9 @@ defmodule Pleroma.ActivityTest do test "returns the activity that created an object" do activity = insert(:note_activity) - found_activity = Pleroma.Activity.get_create_activity_by_object_ap_id(activity.data["object"]["id"]) + + found_activity = + Pleroma.Activity.get_create_activity_by_object_ap_id(activity.data["object"]["id"]) assert activity == found_activity end |