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 ef8cdd3 commit 097b5b8Copy full SHA for 097b5b8
src/Ydb.Sdk/tests/Ado/YdbConnectionStringBuilderTests.cs
@@ -60,7 +60,7 @@ public void InitConnectionStringBuilder_WhenExpectedKeys_ReturnUpdatedConnection
60
"KeepAlivePingDelay=30;KeepAlivePingTimeout=60;" +
61
"EnableMultipleHttp2Connections=True;" +
62
"MaxSendMessageSize=1000000;MaxReceiveMessageSize=1000000;" +
63
- "DisableDiscovery=true", connectionString.ConnectionString);
+ "DisableDiscovery=True", connectionString.ConnectionString);
64
Assert.True(connectionString.DisableDiscovery);
65
}
66
0 commit comments