test(localization): fix .toString test
Signed-off-by: xsahil03x <xdsahil@gmail.com>
This commit is contained in:
@@ -176,7 +176,7 @@ void main() {
|
||||
});
|
||||
|
||||
test('`.toString`', () {
|
||||
const supportedLocales = kStreamChatSupportedLanguages;
|
||||
final supportedLocales = kStreamChatSupportedLanguages.length;
|
||||
expect(
|
||||
GlobalStreamChatLocalizations.delegate.toString(),
|
||||
'GlobalStreamChatLocalizations.delegate($supportedLocales locales)',
|
||||
|
||||
Reference in New Issue
Block a user