We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23214ce commit 1f369c6Copy full SHA for 1f369c6
src/Microsoft.Data.SqlClient/tests/ManualTests/AlwaysEncrypted/TestFixtures/SQLSetupStrategy.cs
@@ -89,9 +89,9 @@ internal virtual void SetupDatabase()
89
}
90
91
92
- // Insert data for TrustedMasterKeyPaths tests.
93
- InsertSampleData(TrustedMasterKeyPathsTestTable.Name);
94
+ // Insert data for TrustedMasterKeyPaths tests.
+ InsertSampleData(TrustedMasterKeyPathsTestTable.Name);
95
96
97
protected void InsertSampleData(string tableName)
0 commit comments