fix(localization): fix fileTooLargeAfterCompressionError, fileTooLargeError
Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
@@ -54,8 +54,8 @@ void main() {
|
||||
expect(translations.searchGifLabel, isNotNull);
|
||||
expect(translations.writeAMessageLabel, isNotNull);
|
||||
expect(translations.instantCommandsLabel, isNotNull);
|
||||
expect(translations.fileTooLargeAfterCompressionError, isNotNull);
|
||||
expect(translations.fileTooLargeError, isNotNull);
|
||||
expect(translations.fileTooLargeAfterCompressionError(33), isNotNull);
|
||||
expect(translations.fileTooLargeError(33), isNotNull);
|
||||
expect(translations.emojiMatchingQueryText('sahil'), isNotNull);
|
||||
expect(translations.addAFileLabel, isNotNull);
|
||||
expect(translations.photoFromCameraLabel, isNotNull);
|
||||
|
||||
@@ -61,8 +61,8 @@ void main() {
|
||||
expect(localizations.searchGifLabel, isNotNull);
|
||||
expect(localizations.writeAMessageLabel, isNotNull);
|
||||
expect(localizations.instantCommandsLabel, isNotNull);
|
||||
expect(localizations.fileTooLargeAfterCompressionError, isNotNull);
|
||||
expect(localizations.fileTooLargeError, isNotNull);
|
||||
expect(localizations.fileTooLargeAfterCompressionError(33), isNotNull);
|
||||
expect(localizations.fileTooLargeError(33), isNotNull);
|
||||
expect(localizations.emojiMatchingQueryText('sahil'), isNotNull);
|
||||
expect(localizations.addAFileLabel, isNotNull);
|
||||
expect(localizations.photoFromCameraLabel, isNotNull);
|
||||
|
||||
Reference in New Issue
Block a user