Remove duplicate theory data

This commit is contained in:
Pranav K 2017-06-29 08:13:53 -07:00
parent 15edb0bfe2
commit 93d1b7cc73
1 changed files with 0 additions and 1 deletions

View File

@ -118,7 +118,6 @@ namespace Microsoft.AspNetCore.Identity.Service
[InlineData("nonce", null, null)]
[InlineData("nonce", "code", null)]
[InlineData("nonce", "code", "accesstoken")]
[InlineData("nonce", "code", null)]
[InlineData("nonce", null, "accesstoken")]
public async Task JwtIdTokenIssuer_IncludesNonceAndTokenHashesWhenPresent(string nonce, string code, string accessToken)
{