Skip to content

Commit 1f369c6

Browse files
benrr101edwardneal
andauthored
Update src/Microsoft.Data.SqlClient/tests/ManualTests/AlwaysEncrypted/TestFixtures/SQLSetupStrategy.cs
Let's try @edwardneal's idea Co-authored-by: Edward Neal <55035479+edwardneal@users.noreply.github.com>
1 parent 23214ce commit 1f369c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Microsoft.Data.SqlClient/tests/ManualTests/AlwaysEncrypted/TestFixtures/SQLSetupStrategy.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ internal virtual void SetupDatabase()
8989
}
9090
}
9191

92-
// Insert data for TrustedMasterKeyPaths tests.
93-
InsertSampleData(TrustedMasterKeyPathsTestTable.Name);
9492
}
93+
// Insert data for TrustedMasterKeyPaths tests.
94+
InsertSampleData(TrustedMasterKeyPathsTestTable.Name);
9595
}
9696

9797
protected void InsertSampleData(string tableName)

0 commit comments

Comments
 (0)