forked from AkkomaGang/akkoma
Fix typo
This commit is contained in:
parent
4d459b0e99
commit
e2d358f1fb
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ test "keeps existing `expires_at` if it less than the config setting" 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}} =
|
||||
|
|
Loading…
Reference in a new issue