diff --git a/packages/stream_chat_localizations/test/translations_test.dart b/packages/stream_chat_localizations/test/translations_test.dart index 571fec29..04b25e5e 100644 --- a/packages/stream_chat_localizations/test/translations_test.dart +++ b/packages/stream_chat_localizations/test/translations_test.dart @@ -176,7 +176,7 @@ void main() { }); test('`.toString`', () { - final supportedLocales = kStreamChatSupportedLanguages; + const supportedLocales = kStreamChatSupportedLanguages; expect( GlobalStreamChatLocalizations.delegate.toString(), 'GlobalStreamChatLocalizations.delegate($supportedLocales locales)',