Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk 2025-11-28 14:53:22 +01:00
commit 5f4c948057
2 changed files with 2 additions and 2 deletions

View file

@ -488,7 +488,7 @@ defmodule Pleroma.NotificationTest do
end
@tag needs_streamer: true
test "it send updated marker to the 'user' and the 'user:notification' stream" do
test "it sends updated marker to the 'user' and the 'user:notification' stream" do
%{user: user, token: oauth_token} = oauth_access(["read"])
other_user = insert(:user)

View file

@ -883,7 +883,7 @@ defmodule Pleroma.Web.StreamerTest do
assert Streamer.filtered_by_user?(user1, notif)
end
test "it send non-reblog notification for reblog-muted actors", %{
test "it sends non-reblog notification for reblog-muted actors", %{
user: user1,
token: user1_token
} do