chore: Fixes name verification test (#2201)
This commit is contained in:
parent
a07e225911
commit
fff6e19a18
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ public class NameVerificationTests
|
||||||
public void Validate_TooManyExceptions_ReturnsFalse()
|
public void Validate_TooManyExceptions_ReturnsFalse()
|
||||||
{
|
{
|
||||||
var exceptions = SearchValues.Create(' ', '-', '.');
|
var exceptions = SearchValues.Create(' ', '-', '.');
|
||||||
Assert.False(NameVerification.Validate("A-B.C D-E", 2, 16, true, false, false, 3, exceptions));
|
Assert.False(NameVerification.Validate("A-B.C D-E", 2, 16, true, false, false, 1, exceptions));
|
||||||
}
|
}
|
||||||
|
|
||||||
[Fact]
|
[Fact]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue