Skip to content

Commit

Permalink
Update CspProviderExt.cs (#1551) (#1707)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavoudEshtehari authored Aug 12, 2022
1 parent 5eb174f commit bc98e9b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ namespace Microsoft.Data.SqlClient.ManualTesting.Tests.AlwaysEncrypted
[PlatformSpecific(TestPlatforms.Windows)]
public class CspProviderExt
{
[ConditionalTheory(typeof(DataTestUtility), nameof(DataTestUtility.AreConnStringsSetup))]
[ConditionalTheory(typeof(DataTestUtility), nameof(DataTestUtility.AreConnStringSetupForAE))]
[ClassData(typeof(AEConnectionStringProvider))]
public void TestKeysFromCertificatesCreatedWithMultipleCryptoProviders(string connectionString)
{
Expand Down

0 comments on commit bc98e9b

Please sign in to comment.