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 58ec459 commit 40d0229Copy full SHA for 40d0229
src/Ydb.Sdk/tests/Ado/YdbConnectionStringBuilderTests.cs
@@ -50,8 +50,8 @@ public void InitConnectionStringBuilder_WhenExpectedKeys_ReturnUpdatedConnection
50
Assert.Null(connectionString.Password);
51
Assert.True(connectionString.EnableMultipleHttp2Connections);
52
Assert.Equal("Host=server;Port=2135;Database=/my/path;User=Kirill;UseTls=True;" +
53
- "KeepAlivePingDelay=30;KeepAlivePingTimeout=60" +
54
- "EnableMultipleHttp2Connections=true", connectionString.ConnectionString);
+ "KeepAlivePingDelay=30;KeepAlivePingTimeout=60;" +
+ "EnableMultipleHttp2Connections=True", connectionString.ConnectionString);
55
}
56
57
[Fact]
0 commit comments