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 79b6c4d commit eb451acCopy full SHA for eb451ac
src/Ydb.Sdk/tests/Ado/YdbAdoUserPasswordTests.cs
@@ -30,7 +30,7 @@ public async Task Authentication_WhenUserAndPassword_ReturnValidConnection()
30
Assert.Equal(3, await ydbCommand.ExecuteScalarAsync());
31
32
await using var newConnection = new YdbConnection(Fixture.ConnectionString);
33
- await connection.OpenAsync();
+ await newConnection.OpenAsync();
34
ydbCommand = newConnection.CreateCommand();
35
ydbCommand.CommandText = $"DROP USER {kurdyukovkirya};";
36
await ydbCommand.ExecuteNonQueryAsync();
0 commit comments