Skip to content

Commit

Permalink
Update test fact
Browse files Browse the repository at this point in the history
  • Loading branch information
cheenamalhotra committed Sep 25, 2019
1 parent b8b2883 commit c970861
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public static class SqlCommandCompletedTest
private static readonly string s_connStr = (new SqlConnectionStringBuilder(DataTestUtility.TcpConnStr) { PacketSize = 512 }).ConnectionString;
private static bool completedHandlerExecuted = false;

[CheckConnStrSetupFact]
[ConditionalFact(typeof(DataTestUtility), nameof(DataTestUtility.AreConnStringsSetup))]
public static void VerifyStatmentCompletedCalled()
{
using (var conn = new SqlConnection(s_connStr))
Expand Down

0 comments on commit c970861

Please sign in to comment.