chore(localization): fix analysis error

Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
Sahil Kumar
2021-07-22 17:50:37 +05:30
committed by xsahil03x
parent 37a81ebb88
commit a118916263
@@ -176,7 +176,7 @@ void main() {
});
test('`.toString`', () {
final supportedLocales = kStreamChatSupportedLanguages;
const supportedLocales = kStreamChatSupportedLanguages;
expect(
GlobalStreamChatLocalizations.delegate.toString(),
'GlobalStreamChatLocalizations.delegate($supportedLocales locales)',