Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
KirillKurdyukov committed Aug 7, 2024
1 parent 452ae13 commit 62a9907
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Ydb.Sdk/tests/Ado/YdbDataSourceTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ public void CreateCommand_FromDataSource_ReturnDbCommand()
{
Assert.Equal(1, _dataSource.CreateCommand("SELECT 1;").ExecuteScalar());
}

_dataSource.Dispose();
for (var i = 0; i < SelectedCount; i++)
{
Expand Down

0 comments on commit 62a9907

Please sign in to comment.