We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f6a966 commit 5345227Copy full SHA for 5345227
test/src/file/mime_type_validator_test.dart
@@ -35,7 +35,7 @@ void main() {
35
() {
36
// Arrange
37
final MimeTypeValidator validator = MimeTypeValidator();
38
- const String value = 'invalid/mimetype';
+ const String value = 'invalid*235/mimetype';
39
40
// Act
41
final String? result = validator.validate(value);
@@ -52,7 +52,7 @@ void main() {
52
53
final MimeTypeValidator validator =
54
MimeTypeValidator(errorText: customErrorMessage);
55
+ const String value = 'invalid/test/mimetype';
56
57
58
0 commit comments