From 9bc3eeebec6efa552065a519af399f4a5f56cdb5 Mon Sep 17 00:00:00 2001 From: CeciliaAvila Date: Tue, 10 Oct 2023 09:11:52 -0300 Subject: [PATCH] Remove commented property. --- .../Authentication/MsalServiceClientCredentialsFactoryTests.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/Microsoft.Bot.Connector.Tests/Authentication/MsalServiceClientCredentialsFactoryTests.cs b/tests/Microsoft.Bot.Connector.Tests/Authentication/MsalServiceClientCredentialsFactoryTests.cs index 99e86e6f57..bd89bffb04 100644 --- a/tests/Microsoft.Bot.Connector.Tests/Authentication/MsalServiceClientCredentialsFactoryTests.cs +++ b/tests/Microsoft.Bot.Connector.Tests/Authentication/MsalServiceClientCredentialsFactoryTests.cs @@ -24,8 +24,6 @@ public class MsalServiceClientCredentialsFactoryTests private readonly Mock configuration = new Mock(); private readonly Mock clientApplication = new Mock(); - // private readonly bool sendX5c = false; - [Fact] public void ConstructorTests() {