Fix spelling error in failing test.

This commit is contained in:
bchavez 2017-10-24 15:09:45 -07:00
parent 44c58a3042
commit 97d488acda
No known key found for this signature in database
GPG Key ID: ABC24B487D6C3569
1 changed files with 1 additions and 1 deletions

View File

@ -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