Skip to content

Commit 58eca55

Browse files
committed
- Fixed typo in code that only gets compiled when building on Windows (eek!)
1 parent 7dfa969 commit 58eca55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.Data.SqlClient/tests/ManualTests/AlwaysEncrypted/CspProviderExt.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ public void TestRoundTripWithCSPAndCertStoreProvider()
162162
public void TestEncryptDecryptWithCSP(string connectionString)
163163
{
164164
string providerName = @"Microsoft Enhanced RSA and AES Cryptographic Provider";
165-
string keyIdentifier = DataTestUtility.GetUniqueNameForSqlServer("CSP");
165+
string keyIdentifier = DataTestUtility.GetLongName("CSP");
166166

167167
try
168168
{

0 commit comments

Comments
 (0)