Updating to VS 2026
This commit is contained in:
@@ -42,7 +42,7 @@ namespace AMWD.Common.AspNetCore.Tests.Utilities
|
||||
string hash = PasswordHelper.HashPassword(password);
|
||||
|
||||
// assert
|
||||
Assert.IsTrue(!string.IsNullOrWhiteSpace(hash));
|
||||
Assert.IsFalse(string.IsNullOrWhiteSpace(hash));
|
||||
}
|
||||
|
||||
[TestMethod]
|
||||
|
||||
Reference in New Issue
Block a user