Browse Source

Spelling

merge-requests/1875/head
Mark Felder 4 years ago
parent
commit
0c628fafc5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      test/web/push/impl_test.exs

+ 1
- 1
test/web/push/impl_test.exs View File

@@ -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(


Loading…
Cancel
Save