Browse Source

📝 Fix typos in code comments (#14364)

Fix typos in some files

Co-authored-by: khanhkhanhlele <[email protected]>
pull/14369/head
Edge-Seven 7 months ago
committed by GitHub
parent
commit
df83eb7278
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  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