chore(ui): fix analysis error
Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
@@ -3,7 +3,7 @@ import 'package:stream_chat_flutter/stream_chat_flutter.dart';
|
|||||||
|
|
||||||
void main() {
|
void main() {
|
||||||
test('Default translations should exist', () {
|
test('Default translations should exist', () {
|
||||||
final translations = DefaultTranslations.instance;
|
const translations = DefaultTranslations.instance;
|
||||||
expect(translations.launchUrlError, isNotNull);
|
expect(translations.launchUrlError, isNotNull);
|
||||||
expect(translations.loadingUsersError, isNotNull);
|
expect(translations.loadingUsersError, isNotNull);
|
||||||
expect(translations.noUsersLabel, isNotNull);
|
expect(translations.noUsersLabel, isNotNull);
|
||||||
|
|||||||
Reference in New Issue
Block a user