mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 14:07:46 +08:00
minor test fix
This commit is contained in:
@@ -45,7 +45,7 @@ namespace mRemoteNGTests.Security.PasswordCreation
|
||||
[Test]
|
||||
public void CountToRequireMustBeAPositiveValue()
|
||||
{
|
||||
Assert.Throws<ArgumentException>(() => new PasswordIncludesLowerCaseConstraint(-1));
|
||||
Assert.Throws<ArgumentException>(() => new PasswordIncludesUpperCaseConstraint(-1));
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user