diff --git a/backend/app/src/test/kotlin/io/tolgee/websocket/AbstractWebsocketTest.kt b/backend/app/src/test/kotlin/io/tolgee/websocket/AbstractWebsocketTest.kt index f2068f9489..c4de13fd3c 100644 --- a/backend/app/src/test/kotlin/io/tolgee/websocket/AbstractWebsocketTest.kt +++ b/backend/app/src/test/kotlin/io/tolgee/websocket/AbstractWebsocketTest.kt @@ -202,7 +202,7 @@ abstract class AbstractWebsocketTest : ProjectAuthControllerTest("/v2/projects/" @Test @ProjectJWTAuthTestMethod - fun `notifies user on change of his notification`() { + fun `notifies user on change of his notifications`() { currentUserWebsocket.listenForNotificationsChanged() anotherUserWebsocket.listenForNotificationsChanged()