Skip to content

Commit 5c4d6ca

Browse files
committed
Fix typo
1 parent 389acc7 commit 5c4d6ca

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
@@ -571,8 +571,6 @@ def ydb_driver(self):
571571
finally:
572572
loop.run_until_complete(driver.stop())
573573

574-
loop.run_until_complete(driver.stop())
575-
576574
@pytest.fixture(scope="class")
577575
def ydb_pool(self, ydb_driver):
578576
session_pool = ydb.aio.SessionPool(ydb_driver, size=5)

0 commit comments

Comments
 (0)