Skip to content

Commit eb451ac

Browse files
fix test
1 parent 79b6c4d commit eb451ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Ydb.Sdk/tests/Ado/YdbAdoUserPasswordTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public async Task Authentication_WhenUserAndPassword_ReturnValidConnection()
3030
Assert.Equal(3, await ydbCommand.ExecuteScalarAsync());
3131

3232
await using var newConnection = new YdbConnection(Fixture.ConnectionString);
33-
await connection.OpenAsync();
33+
await newConnection.OpenAsync();
3434
ydbCommand = newConnection.CreateCommand();
3535
ydbCommand.CommandText = $"DROP USER {kurdyukovkirya};";
3636
await ydbCommand.ExecuteNonQueryAsync();

0 commit comments

Comments
 (0)