summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEgor Kislitsyn <egor@kislitsyn.com>2020-02-14 15:19:23 +0400
committerEgor Kislitsyn <egor@kislitsyn.com>2020-02-14 15:19:23 +0400
commite2d358f1fb0babbdd2a318bad863e27afecbb3d1 (patch)
tree01ba74c13de3f1466c4f01bd59a7214de41ecd0c
parent4d459b0e9906b2ebc0280b36c92007b2e680671f (diff)
downloadpleroma-e2d358f1fb0babbdd2a318bad863e27afecbb3d1.tar.gz
pleroma-e2d358f1fb0babbdd2a318bad863e27afecbb3d1.zip
Fix typo
-rw-r--r--test/web/activity_pub/mrf/activity_expiration_policy_test.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/web/activity_pub/mrf/activity_expiration_policy_test.exs b/test/web/activity_pub/mrf/activity_expiration_policy_test.exs
index 2e65048c0..2f2f90b44 100644
--- a/test/web/activity_pub/mrf/activity_expiration_policy_test.exs
+++ b/test/web/activity_pub/mrf/activity_expiration_policy_test.exs
@@ -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}} =