diff --git a/mRemoteNGTests/Security/PasswordCreation/PasswordIncludesUpperCaseConstraintTests.cs b/mRemoteNGTests/Security/PasswordCreation/PasswordIncludesUpperCaseConstraintTests.cs index 1e104fe5..1285f566 100644 --- a/mRemoteNGTests/Security/PasswordCreation/PasswordIncludesUpperCaseConstraintTests.cs +++ b/mRemoteNGTests/Security/PasswordCreation/PasswordIncludesUpperCaseConstraintTests.cs @@ -45,7 +45,7 @@ namespace mRemoteNGTests.Security.PasswordCreation [Test] public void CountToRequireMustBeAPositiveValue() { - Assert.Throws(() => new PasswordIncludesLowerCaseConstraint(-1)); + Assert.Throws(() => new PasswordIncludesUpperCaseConstraint(-1)); } } } \ No newline at end of file