Skip to content

Commit ff772ab

Browse files
committed
Modify AppContext switch helper to include UseOverallConnectTimeoutForPoolWait
1 parent 8df0261 commit ff772ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Microsoft.Data.SqlClient/tests/Common/LocalAppContextSwitchesHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ public bool? UseConnectionPoolV2
339339
/// </summary>
340340
public bool? UseOverallConnectTimeoutForPoolWait
341341
{
342-
get => GetSwitchValue("s_useOverallConnectTimeoutForPoolWait");
342+
get => GetSwitchPropertyValue(nameof(UseOverallConnectTimeoutForPoolWait));
343343
set => SetSwitchValue("s_useOverallConnectTimeoutForPoolWait", value);
344344
}
345345

0 commit comments

Comments
 (0)