Fix typo
authorEgor Kislitsyn <egor@kislitsyn.com>
Fri, 14 Feb 2020 11:19:23 +0000 (15:19 +0400)
committerEgor Kislitsyn <egor@kislitsyn.com>
Fri, 14 Feb 2020 11:19:23 +0000 (15:19 +0400)
test/web/activity_pub/mrf/activity_expiration_policy_test.exs

index 2e65048c055ebc474b63c302ebbc7ff31dee320a..2f2f90b44a2e119b82f22b89f4645d8d5566ab86 100644 (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}} =