Skip to content

Commit a52c4e3

Browse files
Update YAEmailValidator.EmailValidate.Tests.cs
1 parent 4ac6a29 commit a52c4e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OutSystems.YAEmailValidator.UnitTests/YAEmailValidator.EmailValidate.Tests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public void Validate_InvalidEmails_ReturnsFalse(string email)
3838
Assert.That(result, Is.False, $"Expected '{email}' to be invalid.");
3939
}
4040

41-
// Tests for null or whitespace
41+
// Tests for whitespace
4242
[TestCase("")]
4343
[TestCase(" ")]
4444
public void Validate_EmptyOrNull_ReturnsFalse(string email)

0 commit comments

Comments
 (0)