From 42540ce5fbfa2db3abcf00fdd53bcf74e27a5396 Mon Sep 17 00:00:00 2001 From: Leandro Borges Ferreira Date: Fri, 27 Jan 2023 13:38:36 +0100 Subject: [PATCH] Update translations_test.dart --- packages/stream_chat_localizations/test/translations_test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/stream_chat_localizations/test/translations_test.dart b/packages/stream_chat_localizations/test/translations_test.dart index 02c36dfc..4004994a 100644 --- a/packages/stream_chat_localizations/test/translations_test.dart +++ b/packages/stream_chat_localizations/test/translations_test.dart @@ -195,7 +195,7 @@ void main() { localizations.toggleMuteUnmuteUserQuestion(isMuted: true), isNotNull); expect(localizations.toggleMuteUnmuteUserText(isMuted: true), isNotNull); expect(localizations.viewLibrary, isNotNull); - expect(localizations.unreadMessagesSeparatorText(), isNotNull); + expect(localizations.unreadMessagesSeparatorText(2), isNotNull); expect(localizations.enableFileAccessMessage, isNotNull); expect(localizations.allowFileAccessMessage, isNotNull); });