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