diff options
author | Mark Felder <feld@FreeBSD.org> | 2019-10-21 18:35:43 -0500 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2019-10-21 18:35:43 -0500 |
commit | 0c628fafc56e1b6108660071d39b94f786233391 (patch) | |
tree | db5508d421da0fb7b69d93a7324893683ab12eb2 | |
parent | 2cbb3f236466600db10cb0482e5b2d0ce1f4b945 (diff) | |
download | pleroma-0c628fafc56e1b6108660071d39b94f786233391.tar.gz |
Spelling
-rw-r--r-- | test/web/push/impl_test.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/web/push/impl_test.exs b/test/web/push/impl_test.exs index 38b16973d..9b554601d 100644 --- a/test/web/push/impl_test.exs +++ b/test/web/push/impl_test.exs @@ -84,7 +84,7 @@ defmodule Pleroma.Web.Push.ImplTest do ) == :error end - test "delete subsciption if restult send message between 400..500" do + test "delete subscription if result send message between 400..500" do subscription = insert(:push_subscription) assert Impl.push_message( |