Browse Source

Fix typos in some files

pull/14364/head
khanhkhanhlele 8 months ago
parent
commit
890d6a5b52
  1. 2
      tests/test_tutorial/test_sql_databases/test_tutorial001.py
  2. 2
      tests/test_tutorial/test_sql_databases/test_tutorial002.py

2
tests/test_tutorial/test_sql_databases/test_tutorial001.py

@ -45,7 +45,7 @@ def get_client(request: pytest.FixtureRequest):
with TestClient(mod.app) as c:
yield c
# Clean up connection explicitely to avoid resource warning
# Clean up connection explicitly to avoid resource warning
mod.engine.dispose()

2
tests/test_tutorial/test_sql_databases/test_tutorial002.py

@ -45,7 +45,7 @@ def get_client(request: pytest.FixtureRequest):
with TestClient(mod.app) as c:
yield c
# Clean up connection explicitely to avoid resource warning
# Clean up connection explicitly to avoid resource warning
mod.engine.dispose()

Loading…
Cancel
Save