diff options
| author | lain <lain@soykaf.club> | 2020-09-22 17:13:46 +0200 |
|---|---|---|
| committer | lain <lain@soykaf.club> | 2020-09-22 17:13:46 +0200 |
| commit | c95859e45b18dec1d00f721ef3c5b4bb1406ea37 (patch) | |
| tree | c22f7a200c0e0e551796bf5e9f1b09afccd64dd4 /test/activity_test.exs | |
| parent | 9853c90abba213bdc87dccf5620cb0d9eb19c049 (diff) | |
| parent | 02f12ec6253093d8bedaf84d78d0f7e533745e1b (diff) | |
| download | pleroma-c95859e45b18dec1d00f721ef3c5b4bb1406ea37.tar.gz pleroma-c95859e45b18dec1d00f721ef3c5b4bb1406ea37.zip | |
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into issue/2115
Diffstat (limited to 'test/activity_test.exs')
| -rw-r--r-- | test/activity_test.exs | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/test/activity_test.exs b/test/activity_test.exs index 2a92327d1..ee6a99cc3 100644 --- a/test/activity_test.exs +++ b/test/activity_test.exs @@ -185,15 +185,6 @@ defmodule Pleroma.ActivityTest do end end - test "add an activity with an expiration" do - activity = insert(:note_activity) - insert(:expiration_in_the_future, %{activity_id: activity.id}) - - Pleroma.ActivityExpiration - |> where([a], a.activity_id == ^activity.id) - |> Repo.one!() - end - test "all_by_ids_with_object/1" do %{id: id1} = insert(:note_activity) %{id: id2} = insert(:note_activity) |
