From 8850a684a6da259ce9ca34deaa9460f9f5eff410 Mon Sep 17 00:00:00 2001 From: Sahil Kumar Date: Fri, 30 Jun 2023 13:49:45 +0530 Subject: [PATCH] chore(localization): update translations_test.dart --- packages/stream_chat_localizations/test/translations_test.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/stream_chat_localizations/test/translations_test.dart b/packages/stream_chat_localizations/test/translations_test.dart index 4004994a..c59b0762 100644 --- a/packages/stream_chat_localizations/test/translations_test.dart +++ b/packages/stream_chat_localizations/test/translations_test.dart @@ -14,6 +14,7 @@ void main() { expect(localizations.launchUrlError, isNotNull); expect(localizations.loadingUsersError, isNotNull); expect(localizations.noUsersLabel, isNotNull); + expect(localizations.noPhotoOrVideoLabel, isNotNull); expect(localizations.retryLabel, isNotNull); expect(localizations.userLastOnlineText, isNotNull); expect(localizations.userOnlineText, isNotNull);