This commit is contained in:
Egor Kislitsyn 2020-02-14 15:19:23 +04:00
parent 4d459b0e99
commit e2d358f1fb
No known key found for this signature in database
GPG Key ID: 1B49CB15B71E7805
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ defmodule Pleroma.Web.ActivityPub.MRF.ActivityExpirationPolicyTest do
ActivityExpirationPolicy.filter(%{"id" => @id, "expires_at" => expires_at})
end
test "owerwrites existing `expires_at` if it greater than the config setting" do
test "overwrites existing `expires_at` if it greater than the config setting" do
too_distant_future = NaiveDateTime.utc_now() |> Timex.shift(years: 2)
assert {:ok, %{"expires_at" => expires_at}} =