Skip to content

Commit a7da4bf

Browse files
fredeilCopilot
andauthored
Update test/email_validator_test.dart
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 2b3a535 commit a7da4bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/email_validator_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ void main() {
292292
reason: 'Empty quoted local-part should be valid');
293293
expect(EmailValidator.validate('"@"@example.com', true), equals(true),
294294
reason: 'Quoted @ sign in local-part should be valid');
295-
expect(EmailValidator.validate('"unclosed@example.com'), equals(false),
295+
expect(EmailValidator.validate('"unclosed@example.com', true), equals(false),
296296
reason: 'Unclosed quote should be invalid');
297297
});
298298

0 commit comments

Comments
 (0)