Skip to content

Commit 41eb884

Browse files
committed
Fix typo
1 parent 4a1edac commit 41eb884

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/test_core.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -586,8 +586,6 @@ def ydb_driver(self):
586586
finally:
587587
loop.run_until_complete(driver.stop())
588588

589-
loop.run_until_complete(driver.stop())
590-
591589
@pytest.fixture(scope="class")
592590
def ydb_pool(self, ydb_driver):
593591
session_pool = ydb.aio.SessionPool(ydb_driver, size=5)

0 commit comments

Comments
 (0)