From 5f4c94805791e8990a9d37dbc7ccf865ab899547 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?nicole=20miko=C5=82ajczyk?= Date: Fri, 28 Nov 2025 14:53:22 +0100 Subject: [PATCH] fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: nicole mikołajczyk --- test/pleroma/notification_test.exs | 2 +- test/pleroma/web/streamer_test.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/pleroma/notification_test.exs b/test/pleroma/notification_test.exs index 2ad950e84..a2be2ae49 100644 --- 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 index 85978e824..096ca2d2a 100644 --- 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