logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://anongit.hacktivis.me/git/pleroma.git/
commit: 5f4c94805791e8990a9d37dbc7ccf865ab899547
parent 32bc8ec5805fe45ef8f976f68539a4119a3989e5
Author: nicole mikołajczyk <git@mkljczk.pl>
Date:   Fri, 28 Nov 2025 14:53:22 +0100

fix typo

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>

Diffstat:

Mtest/pleroma/notification_test.exs2+-
Mtest/pleroma/web/streamer_test.exs2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/pleroma/notification_test.exs b/test/pleroma/notification_test.exs @@ -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) diff --git a/test/pleroma/web/streamer_test.exs b/test/pleroma/web/streamer_test.exs @@ -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