From 93d1b7cc73407e4edae175028f9971010ab88425 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Thu, 29 Jun 2017 08:13:53 -0700 Subject: [PATCH] Remove duplicate theory data --- .../JwtIdTokenIssuerTest.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/test/Microsoft.AspNetCore.Identity.Service.Core.Test/JwtIdTokenIssuerTest.cs b/test/Microsoft.AspNetCore.Identity.Service.Core.Test/JwtIdTokenIssuerTest.cs index f8e826cbcb..8a61615fb3 100644 --- a/test/Microsoft.AspNetCore.Identity.Service.Core.Test/JwtIdTokenIssuerTest.cs +++ b/test/Microsoft.AspNetCore.Identity.Service.Core.Test/JwtIdTokenIssuerTest.cs @@ -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) {