Fix spelling error in failing test.
This commit is contained in:
parent
44c58a3042
commit
97d488acda
|
|
@ -971,7 +971,7 @@ namespace Microsoft.AspNetCore.Identity.Test
|
|||
IdentityResultAssert.IsSuccess(await manager.AddLoginAsync(user, login));
|
||||
var result = await manager.AddLoginAsync(user, login);
|
||||
IdentityResultAssert.IsFailure(result, _errorDescriber.LoginAlreadyAssociated());
|
||||
IdentityResultAssert.VerifyLogMessage(manager.Logger, $"AddLogin for user {await manager.GetUserIdAsync(user)} failed because it was already assocated with another user.");
|
||||
IdentityResultAssert.VerifyLogMessage(manager.Logger, $"AddLogin for user {await manager.GetUserIdAsync(user)} failed because it was already associated with another user.");
|
||||
}
|
||||
|
||||
// Email tests
|
||||
|
|
|
|||
Loading…
Reference in New Issue